Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
Types ¶
type ListOptions ¶
type PipelineVariable ¶
type PipelineVariable struct {
UUID string `json:"uuid"`
Key string `json:"key"`
Value string `json:"value"`
Secured bool `json:"secured"`
}
PipelineVariable represents a Bitbucket pipeline variable
type PipelineVariableList ¶
type PipelineVariableList struct {
Size int `json:"size"`
Page int `json:"page"`
PageLen int `json:"pagelen"`
Next string `json:"next"`
Previous string `json:"previous"`
Values []PipelineVariable `json:"values"`
}
PipelineVariableList represents a paginated list of pipeline variables
Click to show internal directories.
Click to hide internal directories.