From 8d66ec58e2256412a2fd50ad9e651c09af1ea8cc Mon Sep 17 00:00:00 2001 From: GrailFinder Date: Sun, 28 Apr 2024 07:03:36 +0300 Subject: Feat: auth middleware; login [wip] --- internal/database/repos/main.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'internal/database') diff --git a/internal/database/repos/main.go b/internal/database/repos/main.go index e6f50be..25eeec4 100644 --- a/internal/database/repos/main.go +++ b/internal/database/repos/main.go @@ -4,6 +4,11 @@ import ( "github.com/jmoiron/sqlx" ) +type FullRepo interface { + ActionRepo + UserScoreRepo +} + type Provider struct { db *sqlx.DB } -- cgit v1.2.3