Skip to content

Commit 0a4c2d7

Browse files
authored
rm gogs relict (#14665)
1 parent 487f2ee commit 0a4c2d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/structs/issue.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ type Issue struct {
7373
Repo *RepositoryMeta `json:"repository"`
7474
}
7575

76-
// ListIssueOption list issue options
77-
type ListIssueOption struct {
78-
Page int
79-
State string
80-
}
81-
8276
// CreateIssueOption options to create one issue
8377
type CreateIssueOption struct {
8478
// required:true

0 commit comments

Comments
 (0)