1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +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"}