Feat: word card repo

This commit is contained in:
Grail Finder
2025-07-03 15:00:06 +03:00
parent 66d7a633c8
commit 788c4efd9e
5 changed files with 137 additions and 12 deletions

View File

@ -16,6 +16,7 @@ type AllRepos interface {
ActionsRepo
PlayersRepo
SessionsRepo
WordCardsRepo
}
type RepoProvider struct {