id type change

This commit is contained in:
nquidox 2026-03-06 19:07:33 +03:00
parent 520f0e6ec7
commit 11ff61f561
3 changed files with 7 additions and 7 deletions

View file

@ -3,5 +3,5 @@ package user
import "context"
type Provider interface {
GetUserId(ctx context.Context, userUuid string) (string, error)
GetUserId(ctx context.Context, userUuid string) (int64, error)
}