rm gogs relict (#14665)
This commit is contained in:
parent
487f2ee41c
commit
0a4c2d75cd
|
@ -73,12 +73,6 @@ type Issue struct {
|
||||||
Repo *RepositoryMeta `json:"repository"`
|
Repo *RepositoryMeta `json:"repository"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ListIssueOption list issue options
|
|
||||||
type ListIssueOption struct {
|
|
||||||
Page int
|
|
||||||
State string
|
|
||||||
}
|
|
||||||
|
|
||||||
// CreateIssueOption options to create one issue
|
// CreateIssueOption options to create one issue
|
||||||
type CreateIssueOption struct {
|
type CreateIssueOption struct {
|
||||||
// required:true
|
// required:true
|
||||||
|
|
Loading…
Reference in New Issue