feat: Add new handlers and repository for oauth2
All checks were successful
Backend ci / build (push) Successful in 3m36s
All checks were successful
Backend ci / build (push) Successful in 3m36s
This commit is contained in:
@@ -13,3 +13,7 @@ type PostRepository interface {
|
||||
Update(ctx context.Context, id int, post storage.Post) error
|
||||
Delete(ctx context.Context, id int) error
|
||||
}
|
||||
|
||||
type AuthRepository interface {
|
||||
Test(ctx context.Context)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user