Implement GPG api (#710)

* Implement GPG API

* Better handle error

* Apply review recommendation + simplify database operations

* Remove useless comments
This commit is contained in:
Antoine GIRARD 2017-03-16 02:27:35 +01:00 committed by Lunny Xiao
parent 43c5469f81
commit ca1c3f1926
36 changed files with 7931 additions and 0 deletions

View file

@ -111,6 +111,7 @@ func init() {
new(IssueUser),
new(LFSMetaObject),
new(TwoFactor),
new(GPGKey),
new(RepoUnit),
new(RepoRedirect),
new(ExternalLoginUser),