Documentation ¶
Index ¶
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 NewTelegramBot ¶ added in v0.0.13
func NewTelegramBot(name string, cfg *config.TelegramBotConfig) (*telegramBot, error)
Types ¶
type Notifier ¶
type Notifier interface { Inform(result *parser.ParseResult, err error, isArray bool) error SetConfig(cfg *config.NotifierConfig) }
Click to show internal directories.
Click to hide internal directories.