Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Log struct { Location logger.LogLocation `yaml:"location"` } `yaml:"log"` Sentry struct { Enabled bool `yaml: "enabled"` Dsn string `yaml:"dsn"` } `yaml:"sentry"` Statsd struct { Enabled bool `yaml: "enabled"` Address string `yaml:"address"` } `yaml:"statsd"` Storage struct { Kind string `yaml:"kind"` Local struct { Path string `yaml:"path"` } S3 struct { URL string `yaml:"url"` ID string `yaml:"id"` Key string `yaml:"key"` Bucket string `yaml: "bucket"` } `yaml:"s3"` } `yaml:"storage"` }
Config ...
Click to show internal directories.
Click to hide internal directories.