package
Version:
v1.20.2
Opens a new window with list of versions in this module.
Published: Apr 23, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Enable bool `env:"TELEGRAM_ENABLE" default:"false" yaml:"enable"`
APIkey string `env:"TELEGRAM_API_KEY" yaml:"apiKey"`
URL string `env:"TELEGRAM_URL" yaml:"url"`
UserTable string `env:"TELEGRAM_USER_TABLE" yaml:"userTable"`
}
type Plugin struct {
Logger *log.Entry
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.