Home
last modified time | relevance | path

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

/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dlabels.go77 type ListLabelsOptions struct { struct
78 ListOptions
79 WithCounts *bool `url:"with_counts,omitempty" json:"with_counts,omitempty"`
80 …orGroups *bool `url:"include_ancestor_groups,omitempty" json:"include_ancestor_groups,omitempty"`
81 Search *string `url:"search,omitempty" json:"search,omitempty"`
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dlabels.go77 type ListLabelsOptions struct { struct
78 ListOptions
79 WithCounts *bool `url:"with_counts,omitempty" json:"with_counts,omitempty"`
80 …orGroups *bool `url:"include_ancestor_groups,omitempty" json:"include_ancestor_groups,omitempty"`
81 Search *string `url:"search,omitempty" json:"search,omitempty"`
/dports/devel/git-town/git-town-7.6.0/vendor/code.gitea.io/sdk/gitea/
H A Dissue_label.go24 type ListLabelsOptions struct { struct
25 ListOptions
29 func (c *Client) ListRepoLabels(owner, repo string, opt ListLabelsOptions) ([]*Label, error) {
86 func (c *Client) GetIssueLabels(owner, repo string, index int64, opts ListLabelsOptions) ([]*Label,…
/dports/www/gitea/gitea-1.16.5/vendor/code.gitea.io/sdk/gitea/
H A Dissue_label.go26 type ListLabelsOptions struct { struct
27 ListOptions
31 func (c *Client) ListRepoLabels(owner, repo string, opt ListLabelsOptions) ([]*Label, *Response, er…
151 func (c *Client) GetIssueLabels(owner, repo string, index int64, opts ListLabelsOptions) ([]*Label,…
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Dlabels.go75 type ListLabelsOptions ListOptions type
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Dlabels.go76 type ListLabelsOptions ListOptions type
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Dlabels.go76 type ListLabelsOptions ListOptions type