Documentation
¶
Index ¶
- func NewConsole(name string, cfg *config.ConsoleConfig) *console
- func NewHttpNotifier(name string, cfg *config.HttpConfig) *httpNotifier
- func NewRedis(name string, cfg *config.RedisNotifierConfig) *redisNotifier
- func NewTelegramBot(name string, cfg *config.TelegramBotConfig) (*telegramBot, error)
- func ShouldInform(cfg *config.NotifierConfig, result builder.Jsonable) (bool, error)
- type Notifier
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConsole ¶ added in v0.0.13
func NewConsole(name string, cfg *config.ConsoleConfig) *console
func NewHttpNotifier ¶ added in v0.0.39
func NewHttpNotifier(name string, cfg *config.HttpConfig) *httpNotifier
func NewRedis ¶ added in v0.0.39
func NewRedis(name string, cfg *config.RedisNotifierConfig) *redisNotifier
func NewTelegramBot ¶ added in v0.0.13
func NewTelegramBot(name string, cfg *config.TelegramBotConfig) (*telegramBot, error)
func ShouldInform ¶ added in v0.0.39
Types ¶
Click to show internal directories.
Click to hide internal directories.