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 { Level string `yaml:"level" env:"LOG_LEVEL"` } `yaml:"log"` Domains struct { Whitelist []string `yaml:"whitelist" env:"DOMAIN_WHITELIST" valid:"minstringlength(3)"` WatchList []string `yaml:"watchlist" env:"DOMAIN_WATCHLIST"` CreatedSince string `yaml:"created_since" env:"DOMAIN_CREATED_SINCE"` } `yaml:"domains"` Slack struct { Webhook string `yaml:"webhook" env:"SLACK_WEBHOOK"` } `yaml:"slack"` }
Click to show internal directories.
Click to hide internal directories.