fusen-gateway/server/config/config.go

8 lines
120 B
Go
Raw Normal View History

2023-11-02 10:40:22 +00:00
package config
type Config struct {
Name string `yaml:"Name"`
Host string `yaml:"Host"`
Port uint `yaml:"Port"`
}