Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmqpConfig ¶
type AmqpConfig struct {
ServerUrl string `arg:"env:AMQP_SERVER_URL"`
}
type Config ¶
type Config struct {
Environment string `arg:"env:ENVIRONMENT"`
CockroachdbConnUrl string `args:"env:COCKROACHDB_CONN_URL"`
ZipkinServerUrl string `arg:"env:ZIPKIN_SERVER_URL"`
ConfigEventBus string `arg:"env:CONFIG_EVENT_BUS"`
ServerConfig
AmqpConfig
}
func DefaultConfiguration ¶
func DefaultConfiguration() *Config
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.