mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
Implement GPG api (#710)
* Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments
This commit is contained in:
committed by
Lunny Xiao
parent
43c5469f81
commit
ca1c3f1926
@@ -111,6 +111,7 @@ func init() {
|
||||
new(IssueUser),
|
||||
new(LFSMetaObject),
|
||||
new(TwoFactor),
|
||||
new(GPGKey),
|
||||
new(RepoUnit),
|
||||
new(RepoRedirect),
|
||||
new(ExternalLoginUser),
|
||||
|
Reference in New Issue
Block a user