Home
last modified time | relevance | path

Searched defs:NewIssueOptions (Results 1 – 1 of 1) sorted by relevance

/dports/www/gitea/gitea-1.16.5/models/
H A Dissue.go921 type NewIssueOptions struct { struct
922 Repo *repo_model.Repository
923 Issue *Issue
924 LabelIDs []int64
925 Attachments []string // In UUID format.
926 IsPull bool
929 func newIssue(ctx context.Context, doer *user_model.User, opts NewIssueOptions) (err error) {