Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoConfig ¶
func InitMongoConfig ¶
func InitMongoConfig(configPath string) (*MongoConfig, error)
type MqConfig ¶
type MqConfig struct { Host string `yaml:"host"` Port string `yaml:"port"` User string `yaml:"user"` Password string `yaml:"password"` Exchange string `yaml:"exchange"` Queue string `yaml:"queue"` RoutingKeys []string `yaml:"routing_keys"` }
func InitRabbitmqConfig ¶
type RedisConfig ¶
func InitRedisConfig ¶
func InitRedisConfig(configPath string) (*RedisConfig, error)
Click to show internal directories.
Click to hide internal directories.