Feat: room and actions repos

This commit is contained in:
Grail Finder
2025-07-01 12:49:46 +03:00
parent 42348ff625
commit 83d3a19d05
6 changed files with 171 additions and 50 deletions

View File

@ -1,9 +1,11 @@
package repos
import "github.com/jackc/pgx/v5/pgxpool"
type AllRepos interface {
RoomsRepo
}
type RepoProvider struct {
// db connection
DB *pgxpool.Pool
}