This commit is contained in:
2026-04-26 00:21:17 -05:00
parent c366164a9a
commit 81963d09b1
2 changed files with 21 additions and 1 deletions
+4
View File
@@ -18,3 +18,7 @@ type MutationCtx struct {
AuthCtx *AuthCtx
Params map[string]interface{}
}
type Auth interface {
GetUserID(token string) (string, error)
}