Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssuesParams ¶
type IssuesParams struct {
params.Default
ProjectID *int `json:"projectId" query:"projectId"`
State *string `json:"state" query:"state"`
Labels []string `json:"labels" query:"labels"`
Milestone *string `json:"milestone" query:"milestone"`
Scope *string `json:"scope" query:"scope"`
Search *string `json:"search" query:"search"`
AuthorID *int `json:"authorId" query:"authorId"`
AssigneeID *int `json:"assigneeId" query:"assigneeId"`
}
type MergeRequest ¶
type MergeRequestParams ¶
type MergeRequestParams struct {
params.Default
ProjectID *int `json:"projectId" query:"projectId" validate:"required"`
ID *int `json:"id" query:"id" validate:"required"`
}
func (*MergeRequestParams) String ¶
func (p *MergeRequestParams) String() string
Used by cache as identifier
type PipelineParams ¶
type PipelineParams struct {
params.Default
ProjectID *int `json:"projectId" query:"projectId" validate:"required"`
Ref string `json:"ref" query:"ref" validate:"required"`
}
func (*PipelineParams) String ¶
func (p *PipelineParams) String() string
Used by cache as identifier
Click to show internal directories.
Click to hide internal directories.