Home
last modified time | relevance | path

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

/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Depics.go122 type CreateEpicOptions struct { struct
123 Title *string `url:"title,omitempty" json:"title,omitempty"`
124 Description *string `url:"description,omitempty" json:"description,omitempty"`
125 Labels Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
126 …tartDateIsFixed *bool `url:"start_date_is_fixed,omitempty" json:"start_date_is_fixed,omitempty"`
127 StartDateFixed *ISOTime `url:"start_date_fixed,omitempty" json:"start_date_fixed,omitempty"`
128 DueDateIsFixed *bool `url:"due_date_is_fixed,omitempty" json:"due_date_is_fixed,omitempty"`
129 DueDateFixed *ISOTime `url:"due_date_fixed,omitempty" json:"due_date_fixed,omitempty"`
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Depics.go122 type CreateEpicOptions struct { struct
123 Title *string `url:"title,omitempty" json:"title,omitempty"`
124 Description *string `url:"description,omitempty" json:"description,omitempty"`
125 Labels Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
126 …tartDateIsFixed *bool `url:"start_date_is_fixed,omitempty" json:"start_date_is_fixed,omitempty"`
127 StartDateFixed *ISOTime `url:"start_date_fixed,omitempty" json:"start_date_fixed,omitempty"`
128 DueDateIsFixed *bool `url:"due_date_is_fixed,omitempty" json:"due_date_is_fixed,omitempty"`
129 DueDateFixed *ISOTime `url:"due_date_fixed,omitempty" json:"due_date_fixed,omitempty"`
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Depics.go174 type CreateEpicOptions struct { struct
175 Title *string `url:"title,omitempty" json:"title,omitempty"`
176 Description *string `url:"description,omitempty" json:"description,omitempty"`
177 Labels Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
178 …tartDateIsFixed *bool `url:"start_date_is_fixed,omitempty" json:"start_date_is_fixed,omitempty"`
179 StartDateFixed *ISOTime `url:"start_date_fixed,omitempty" json:"start_date_fixed,omitempty"`
180 DueDateIsFixed *bool `url:"due_date_is_fixed,omitempty" json:"due_date_is_fixed,omitempty"`
181 DueDateFixed *ISOTime `url:"due_date_fixed,omitempty" json:"due_date_fixed,omitempty"`
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Depics.go175 type CreateEpicOptions struct { struct
176 Title *string `url:"title,omitempty" json:"title,omitempty"`
177 Description *string `url:"description,omitempty" json:"description,omitempty"`
178 Labels *Labels `url:"labels,comma,omitempty" json:"labels,omitempty"`
179 …tartDateIsFixed *bool `url:"start_date_is_fixed,omitempty" json:"start_date_is_fixed,omitempty"`
180 StartDateFixed *ISOTime `url:"start_date_fixed,omitempty" json:"start_date_fixed,omitempty"`
181 DueDateIsFixed *bool `url:"due_date_is_fixed,omitempty" json:"due_date_is_fixed,omitempty"`
182 DueDateFixed *ISOTime `url:"due_date_fixed,omitempty" json:"due_date_fixed,omitempty"`