feat: update callback handler and repository for user
All checks were successful
Backend ci / build (push) Successful in 3m23s
All checks were successful
Backend ci / build (push) Successful in 3m23s
This commit is contained in:
@@ -15,5 +15,6 @@ type PostRepository interface {
|
||||
}
|
||||
|
||||
type AuthRepository interface {
|
||||
Test(ctx context.Context)
|
||||
Register(ctx context.Context, user storage.UserReg) error
|
||||
IsRegistered(ctx context.Context, github_id int) (bool, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user