summaryrefslogtreecommitdiffstats
path: root/modules/structs/issue.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/structs/issue.go')
-rw-r--r--modules/structs/issue.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/structs/issue.go b/modules/structs/issue.go
index eed5bb500b..dc633dedce 100644
--- a/modules/structs/issue.go
+++ b/modules/structs/issue.go
@@ -55,6 +55,7 @@ type Issue struct {
// type: string
// enum: open,closed
State StateType `json:"state"`
+ IsLocked bool `json:"is_locked"`
Comments int `json:"comments"`
// swagger:strfmt date-time
Created time.Time `json:"created_at"`