From 0a4c2d75cddc3040c5bb5bb9abc118d3b401fdd2 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 13 Feb 2021 17:07:17 +0100 Subject: [PATCH] rm gogs relict (#14665) --- modules/structs/issue.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/structs/issue.go b/modules/structs/issue.go index d990af63b4..a4a5baa90f 100644 --- a/modules/structs/issue.go +++ b/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