add weight
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-09 15:48:31 +07:00
parent ada1a97999
commit a35a5c8efc
9 changed files with 171 additions and 20 deletions
+2
View File
@@ -17,6 +17,7 @@ type MongoConfig struct {
ChatsCollectionName string
WorkoutsCollectionName string
CaloriesCollectionName string
WeightCollectionName string
}
type TgConfig struct {
@@ -50,6 +51,7 @@ func NewAppConfig() *AppConfig {
ChatsCollectionName: "chats",
WorkoutsCollectionName: "workouts",
CaloriesCollectionName: "calories",
WeightCollectionName: "weights",
},
TgConfig: &TgConfig{
Token: token,