Home
last modified time | relevance | path

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

/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dissues.go315 type ListProjectIssuesOptions struct { struct
316 ListOptions
317 IIDs []int `url:"iids[],omitempty" json:"iids,omitempty"`
318 State *string `url:"state,omitempty" json:"state,omitempty"`
319 Labels Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
324 Scope *string `url:"scope,omitempty" json:"scope,omitempty"`
332 OrderBy *string `url:"order_by,omitempty" json:"order_by,omitempty"`
333 Sort *string `url:"sort,omitempty" json:"sort,omitempty"`
334 Search *string `url:"search,omitempty" json:"search,omitempty"`
335 In *string `url:"in,omitempty" json:"in,omitempty"`
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dissues.go315 type ListProjectIssuesOptions struct { struct
316 ListOptions
317 IIDs *[]int `url:"iids[],omitempty" json:"iids,omitempty"`
318 State *string `url:"state,omitempty" json:"state,omitempty"`
319 Labels *Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
324 Scope *string `url:"scope,omitempty" json:"scope,omitempty"`
332 OrderBy *string `url:"order_by,omitempty" json:"order_by,omitempty"`
333 Sort *string `url:"sort,omitempty" json:"sort,omitempty"`
334 Search *string `url:"search,omitempty" json:"search,omitempty"`
335 In *string `url:"in,omitempty" json:"in,omitempty"`
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Dissues.go199 type ListProjectIssuesOptions struct { struct
200 ListOptions
201 IIDs []int `url:"iids[],omitempty" json:"iids,omitempty"`
202 State *string `url:"state,omitempty" json:"state,omitempty"`
203 Labels Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
204 Milestone *string `url:"milestone,omitempty" json:"milestone,omitempty"`
205 Scope *string `url:"scope,omitempty" json:"scope,omitempty"`
206 AuthorID *int `url:"author_id,omitempty" json:"author_id,omitempty"`
209 OrderBy *string `url:"order_by,omitempty" json:"order_by,omitempty"`
210 Sort *string `url:"sort,omitempty" json:"sort,omitempty"`
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Dissues.go199 type ListProjectIssuesOptions struct { struct
200 ListOptions
201 IIDs []int `url:"iids[],omitempty" json:"iids,omitempty"`
202 State *string `url:"state,omitempty" json:"state,omitempty"`
203 Labels Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
204 Milestone *string `url:"milestone,omitempty" json:"milestone,omitempty"`
205 Scope *string `url:"scope,omitempty" json:"scope,omitempty"`
206 AuthorID *int `url:"author_id,omitempty" json:"author_id,omitempty"`
209 OrderBy *string `url:"order_by,omitempty" json:"order_by,omitempty"`
210 Sort *string `url:"sort,omitempty" json:"sort,omitempty"`
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Dissues.go199 type ListProjectIssuesOptions struct { struct
200 ListOptions
201 IIDs []int `url:"iids[],omitempty" json:"iids,omitempty"`
202 State *string `url:"state,omitempty" json:"state,omitempty"`
203 Labels Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
204 Milestone *string `url:"milestone,omitempty" json:"milestone,omitempty"`
205 Scope *string `url:"scope,omitempty" json:"scope,omitempty"`
206 AuthorID *int `url:"author_id,omitempty" json:"author_id,omitempty"`
209 OrderBy *string `url:"order_by,omitempty" json:"order_by,omitempty"`
210 Sort *string `url:"sort,omitempty" json:"sort,omitempty"`
[all …]
/dports/devel/lab/lab-0.17.2/internal/gitlab/
H A Dgitlab.go427 func IssueList(project string, opts gitlab.ListProjectIssuesOptions, n int) ([]*gitlab.Issue, error…