fusen-gateway/server/config/config.go
2023-11-02 18:40:22 +08:00

8 lines
120 B
Go

package config
type Config struct {
Name string `yaml:"Name"`
Host string `yaml:"Host"`
Port uint `yaml:"Port"`
}