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:
@@ -25,3 +25,10 @@ type User struct {
|
||||
GithubLogin string `db:"github_login"`
|
||||
AvatarURL string `db:"avatar_url"`
|
||||
}
|
||||
|
||||
type UserReg struct {
|
||||
Email string `db:"email"`
|
||||
GithubID string `db:"github_id"`
|
||||
GithubLogin string `db:"github_login"`
|
||||
AvatarURL string `db:"avatar_url"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user