package
Version:
v0.0.0-...-6f2d7bc
Opens a new window with list of versions in this module.
Published: Apr 11, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bot struct {
AdminID int `env:"ADMIN_TELEGRAM_ID"`
ChannelID string `env:"CHANNEL_ID"`
Token string `env:"BOT_TOKEN"`
}
type Struct struct {
Bot Bot
VK VK
PrevDuration time.Duration `env:"PREV_DURATION" envDefault:"200h"`
PrevDurationHint time.Duration `env:"PREV_DURATION_HINT" envDefault:"200h"`
}
type VK struct {
Token string `env:"VK_TOKEN"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.