Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Development bool `koanf:"development"` Loggers []LoggerType `koanf:"loggers"` Graylog *GraylogConfig `koanf:"graylog"` Sentry *SentryConfig `koanf:"sentry"` }
type GraylogConfig ¶
type LoggerType ¶
type LoggerType string
const ( StandardLogger LoggerType = "std" GraylogLogger LoggerType = "graylog" SentryLogger LoggerType = "sentry" )
type SentryConfig ¶
Click to show internal directories.
Click to hide internal directories.