Implement GPG api (#710)
* Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments
This commit is contained in:
parent
43c5469f81
commit
ca1c3f1926
36 changed files with 7931 additions and 0 deletions
|
@ -111,6 +111,7 @@ func init() {
|
|||
new(IssueUser),
|
||||
new(LFSMetaObject),
|
||||
new(TwoFactor),
|
||||
new(GPGKey),
|
||||
new(RepoUnit),
|
||||
new(RepoRedirect),
|
||||
new(ExternalLoginUser),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue