Files
tgex-backend/tg_parser/internal/adapter/database/database.go
T
root a33fa24e99
Build & Push / build (push) Canceled after 0s
Initial commit
2026-08-05 19:31:35 +03:00

8 lines
87 B
Go

package database
type Database struct{}
func New() *Database {
return &Database{}
}