Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.0.1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RabbitmqAdmin YamlConfig `yaml:"rabbitmqAdmin"`
}
type YamlConfig ¶
type YamlConfig struct {
Version string `yaml:"version"` //
Conn *rabbitmq.RabbitConf `yaml:"conn"`
Names []string `yaml:"names"`
Ttl time.Duration `yaml:"ttl"`
}
YamlConfig is yaml config struct
func LoadConfigFile ¶
func LoadConfigFile(path string) (*YamlConfig, error)
LoadConfigFile load config file from path
Click to show internal directories.
Click to hide internal directories.