Browse Source

rm gogs relict (#14665)

tags/v1.15.0-dev
6543 GitHub 4 years ago
parent
commit
8989c907f9
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      modules/structs/issue.go

+ 0
- 6
modules/structs/issue.go View 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


Loading…
Cancel
Save