Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JobActionInput ¶
type ListJobsInput ¶
type ListPipelinesInput ¶
type ListPipelinesInput struct {
Project string `json:"project,omitempty" jsonschema:"project path to filter by"`
Status string `json:"status,omitempty" jsonschema:"pipeline status filter (running/pending/success/failed/canceled)"`
Ref string `json:"ref,omitempty" jsonschema:"git ref (branch/tag) to filter by"`
Limit int `json:"limit,omitempty" jsonschema:"max number of pipelines to return"`
}
type ListProjectsInput ¶
type ListProjectsInput struct{}
type SearchProjectsInput ¶
type SearchProjectsInput struct {
Query string `json:"query" jsonschema:"search query for project name or path"`
}
Click to show internal directories.
Click to hide internal directories.