rm gogs relict (#14665)

tokarchuk/v1.17
6543 4 years ago committed by GitHub
parent 487f2ee41c
commit 0a4c2d75cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      modules/structs/issue.go

@ -73,12 +73,6 @@ type Issue struct {
Repo *RepositoryMeta `json:"repository"`
}
// ListIssueOption list issue options
type ListIssueOption struct {
Page int
State string
}
// CreateIssueOption options to create one issue
type CreateIssueOption struct {
// required:true

Loading…
Cancel
Save