license; v0.3.2

This commit is contained in:
2026-01-29 11:46:54 +03:00
parent 9da4115fe7
commit 95516480b0
3 changed files with 2 additions and 678 deletions

2
bot.go
View File

@@ -131,9 +131,7 @@ func (b *Bot) Close() {
}
}
type DatabaseContextI interface{}
type DatabaseContext struct {
DatabaseContextI
PostgresSQL *sqlx.DB
MongoDB *mongo.Client
Redis *redis.Client