Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Environment string `envconfig:"default=development"`
Webhook string `json:"web_hook" envconfig:"-"`
// TODO: to support multiple channels, we might want to change this to map[string]string but not for now...
Repos map[string]bool `json:"repos" envconfig:"-"`
Countdown map[string]string `json:"countdown" envconfig:"-"`
ChannelID string `json:"channel_id" envconfig:"-"`
Organization string `json:"organization" envconfig:"-"`
}
Click to show internal directories.
Click to hide internal directories.