package
Version:
v0.0.0-...-14673b9
Opens a new window with list of versions in this module.
Published: May 9, 2019
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 Config struct {
Endpoint string `env:"API_ENDPOINT"`
TelegramToken string `env:"TELEGRAM_TOKEN"`
Text Text
}
type Text struct {
Subscribe string `env:"TEXT_SUBSCRIBE"`
Unsubscribe string `env:"TEXT_UNSUBSCRIBE"`
Hello string `env:"TEXT_HELLO"`
Subscribed string `env:"TEXT_SUBSCRIBED"`
Unsubscribed string `env:"TEXT_UNSUBSCRIBED"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.