Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Slack struct { Token string `yaml:"token" env:"SLACK_TOKEN"` SecurityUser string `yaml:"security_user" emv:"SLACK_SECURITY_USER"` } `yaml:"slack"` Falcon struct { ClientID string `yaml:"clientid" env:"FALCON_CLIENT_ID"` Secret string `yaml:"secret" env:"FALCON_SECRET"` CloudRegion string `yaml:"cloud_region" env:"FALCON_CLOUD_REGION"` SkipNoMitigation bool `yaml:"skip_no_mitigation" env:"FALCON_SKIP_NO_MITIGATION"` } `yaml:"falcon"` Email struct { Domain string `yaml:"domain" env:"DOMAIN"` } `yaml:"email"` Templates struct { UserMessage string `yaml:"user_message" env:"USER_MESSAGE"` SecurityOverviewMessage string `yaml:"security_overview_message" env:"SECURITY_OVERVIEW_MESSAGE"` } `yaml:"templates"` }
Click to show internal directories.
Click to hide internal directories.