Home
last modified time | relevance | path

Searched refs:CreateIssueOptions (Results 1 – 10 of 10) sorted by relevance

/dports/devel/lab/lab-0.17.2/cmd/
H A Dissue_create.go66 issueURL, err := lab.IssueCreate(rn, &gitlab.CreateIssueOptions{
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Dissues.go270 type CreateIssueOptions struct { struct
287 func (s *IssuesService) CreateIssue(pid interface{}, opt *CreateIssueOptions, options ...OptionFunc…
H A Dissues_test.go158 createIssueOptions := &CreateIssueOptions{
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Dissues.go270 type CreateIssueOptions struct { struct
287 func (s *IssuesService) CreateIssue(pid interface{}, opt *CreateIssueOptions, options ...OptionFunc…
H A Dissues_test.go159 createIssueOptions := &CreateIssueOptions{
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Dissues.go270 type CreateIssueOptions struct { struct
287 func (s *IssuesService) CreateIssue(pid interface{}, opt *CreateIssueOptions, options ...OptionFunc…
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dissues.go397 type CreateIssueOptions struct { struct
416 func (s *IssuesService) CreateIssue(pid interface{}, opt *CreateIssueOptions, options ...RequestOpt…
H A Dissues_test.go400 createIssueOptions := &CreateIssueOptions{
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dissues.go397 type CreateIssueOptions struct { struct
416 func (s *IssuesService) CreateIssue(pid interface{}, opt *CreateIssueOptions, options ...RequestOpt…
/dports/devel/lab/lab-0.17.2/internal/gitlab/
H A Dgitlab.go367 func IssueCreate(project string, opts *gitlab.CreateIssueOptions) (string, error) { argument