]> source.dussan.org Git - gitea.git/commitdiff
rm gogs relict (#14665)
author6543 <6543@obermui.de>
Sat, 13 Feb 2021 16:07:17 +0000 (17:07 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Feb 2021 16:07:17 +0000 (00:07 +0800)
modules/structs/issue.go

index d990af63b45a7599e2ef73296edf9a133357e54e..a4a5baa90fdb90cf807b21fc465edcedc1a1c027 100644 (file)
@@ -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