package
Version:
v0.0.0-...-cca5604
Opens a new window with list of versions in this module.
Published: Nov 5, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BotConfig struct {
AppID string `yaml:"AppId"`
AppSecret string `yaml:"AppSecret"`
VerifyToken string `yaml:"VerifyToken"`
EncryptKey string `yaml:"EncryptKey"`
}
type Config struct {
BotConfig *BotConfig `yaml:"BotConfig"`
Users []*User `yaml:"Users"`
}
type User struct {
Name string `yaml:"Name"`
ChatID string `yaml:"ChatID"`
Email string `yaml:"Email"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.