Documentation ¶ Index ¶ type Config func InitConfigs() *Config type ServerConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { ServerConfig `yaml:"grpc-gateway"` } func InitConfigs ¶ func InitConfigs() *Config type ServerConfig ¶ type ServerConfig struct { Addr string `yaml:"addr"` Port int `yaml:"port"` Auth string `yaml:"addr-auth"` Product string `yaml:"addr-product"` Order string `yaml:"addr-order"` } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.