Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LoggerCfg *loggerConfig `yaml:"logger"` PublisherCfg *publisherConfig `yaml:"publisher"` SubscriberCfg *subscriberConfig `yaml:"subscriber"` HTTPCfg *httpConfig `yaml:"http"` UserClientCfg *userClientConfig `yaml:"user_client"` }
Config represents the overall configuration structure.
Click to show internal directories.
Click to hide internal directories.