1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Status-API (#1332)

This commit is contained in:
Kim "BKC" Carlbäcker 2017-04-21 13:32:31 +02:00 committed by Lunny Xiao
parent 52627032bc
commit 4bea219128
8 changed files with 529 additions and 0 deletions

View file

@ -118,6 +118,7 @@ func init() {
new(ProtectedBranch),
new(UserOpenID),
new(IssueWatch),
new(CommitStatus),
)
gonicNames := []string{"SSL", "UID"}