Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { DBDriver string `mapstructure:"DB_DRIVER"` DBHost string `mapstructure:"DB_HOST"` DBPort string `mapstructure:"DB_PORT"` DBUser string `mapstructure:"DB_USER"` DBPassword string `mapstructure:"DB_PASSWORD"` DBName string `mapstructure:"DB_NAME"` WebServerPort string `mapstructure:"WEB_SERVER_PORT"` GRPCServerPort string `mapstructure:"GRPC_SERVER_PORT"` GraphQLServerPort string `mapstructure:"GRAPHQL_SERVER_PORT"` MQHost string `mapstructure:"MQ_HOST"` MQPort string `mapstructure:"MQ_PORT"` MQUser string `mapstructure:"MQ_USER"` MQPassword string `mapstructure:"MQ_PASSWORD"` }
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.