Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
WorkersNum int `env:"NOTIFY_WORKERS_NUM"`
ExternalURL string `env:"NOTIFY_EXTERNAL_URL"`
HTTPConfig HTTPConfig
}
type HTTPConfig ¶
type HTTPConfig struct {
Address string `env:"NOTIFY_HTTP_ADDRESS"`
}
Click to show internal directories.
Click to hide internal directories.