feat: Scaffolding bot

This commit is contained in:
2025-07-26 17:18:41 -07:00
parent 4acfd33eae
commit 8d3bcbc01d
10 changed files with 443 additions and 18 deletions
+3 -2
View File
@@ -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"`
}