aboutsummaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2017-04-21 13:32:31 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-04-21 19:32:31 +0800
commit4bea2191286dd5a9c89696d3e8cd506caf997c7e (patch)
tree4f720881614581ccfa656a9f61d1a89313e05ceb /models/models.go
parent52627032bc55bd73694bea9e6e17df575b51664c (diff)
downloadgitea-4bea2191286dd5a9c89696d3e8cd506caf997c7e.tar.gz
gitea-4bea2191286dd5a9c89696d3e8cd506caf997c7e.zip
Status-API (#1332)
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go
index a1332ac23e..02499b6eb6 100644
--- a/models/models.go
+++ b/models/models.go
@@ -118,6 +118,7 @@ func init() {
new(ProtectedBranch),
new(UserOpenID),
new(IssueWatch),
+ new(CommitStatus),
)
gonicNames := []string{"SSL", "UID"}