package
Version:
v1.0.0-develop.3
Opens a new window with list of versions in this module.
Published: Dec 31, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Mail struct {
To, Subject, Body, Lang string
}
type Notifier struct {
Messages []interface{}
}
type TelegramErrorResponse struct {
Ok bool `json:"ok"`
ErrorCode int `json:"error_code"`
Description string `json:"description"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.