feat: Scaffolding bot
This commit is contained in:
@@ -10,8 +10,9 @@ import (
|
||||
type Config struct {
|
||||
GCPProjectID string `mapstructure:"gcp_project_id"`
|
||||
Telegram struct {
|
||||
Token string `mapstructure:"token"`
|
||||
ChatIDs []int64 `mapstructure:"chat_ids"`
|
||||
EndPoint string `mapstructure:"endpoint"`
|
||||
Token string `mapstructure:"token"`
|
||||
ChatIDs []int64 `mapstructure:"chat_ids"`
|
||||
} `mapstructure:"telegram"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user