Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Prefix indicates environment variables prefix.
Prefix = "sjr_"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Logger logger.Config `koanf:"logger"` Telemetry telemetry.Config `koanf:"telemetry"` NATS cmq.Config `koanf:"nats"` Streaming streaming.Config `koanf:"streaming"` Stream Stream `koanf:"stream"` Channel string `koanf:"channel"` Topics []string `koanf:"topics"` }
Config holds all configurations.
Click to show internal directories.
Click to hide internal directories.