feat: update docs, fix repository, full working github callback, fix healthcheck in docker file, update makefile
This commit is contained in:
@@ -17,4 +17,5 @@ type PostRepository interface {
|
||||
type AuthRepository interface {
|
||||
Register(ctx context.Context, user storage.UserReg) (int, error)
|
||||
IsRegistered(ctx context.Context, github_id int) (bool, error)
|
||||
GetUserByGithubID(ctx context.Context, githubID int) (*storage.User, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user