Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Development bool `required:"true"`
Loggers []LoggerType `required:"true"`
Graylog *GraylogConfig
Sentry *SentryConfig
}
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.