Documentation ¶
Index ¶
- Constants
- func CreateApplication(client *gate.GatewayClient, applicationName string, application interface{}) error
- func CreatePipeline(client *gate.GatewayClient, pipeline interface{}) error
- func CreatePipelineTemplate(client *gate.GatewayClient, template interface{}) error
- func CreateProject(client *gate.GatewayClient, projectName string, project interface{}) error
- func DeleteAppliation(client *gate.GatewayClient, applicationName string) error
- func DeletePipeline(client *gate.GatewayClient, applicationName, pipelineName string) error
- func DeletePipelineTemplate(client *gate.GatewayClient, templateID string) error
- func DeleteProject(client *gate.GatewayClient, projectID, projectName string) error
- func GetApplication(client *gate.GatewayClient, applicationName string, dest interface{}) error
- func GetPipeline(client *gate.GatewayClient, applicationName, pipelineName string, ...) (map[string]interface{}, error)
- func GetPipelineTemplate(client *gate.GatewayClient, templateID string, dest interface{}) error
- func GetProject(client *gate.GatewayClient, projectName string, dest interface{}) error
- func UpdatePipeline(client *gate.GatewayClient, pipelineID string, pipeline interface{}) error
- func UpdatePipelineTemplate(client *gate.GatewayClient, templateID string, template interface{}) error
- func V2CreatePipelineTemplate(client *gate.GatewayClient, template interface{}) error
- func V2DeletePipelineTemplate(client *gate.GatewayClient, templateID string) error
- func V2GetPipelineTemplate(client *gate.GatewayClient, templateID string, dest interface{}) error
- func V2UpdatePipelineTemplate(client *gate.GatewayClient, templateID string, template interface{}) error
Constants ¶
View Source
const (
ErrCodeNoSuchEntityException = "NoSuchEntityException"
)
View Source
const (
V2ErrCodeNoSuchEntityException = "NoSuchEntityException"
)
Variables ¶
This section is empty.
Functions ¶
func CreateApplication ¶
func CreateApplication(client *gate.GatewayClient, applicationName string, application interface{}) error
func CreatePipeline ¶
func CreatePipeline(client *gate.GatewayClient, pipeline interface{}) error
func CreatePipelineTemplate ¶
func CreatePipelineTemplate(client *gate.GatewayClient, template interface{}) error
func CreateProject ¶
func CreateProject(client *gate.GatewayClient, projectName string, project interface{}) error
func DeleteAppliation ¶
func DeleteAppliation(client *gate.GatewayClient, applicationName string) error
func DeletePipeline ¶
func DeletePipeline(client *gate.GatewayClient, applicationName, pipelineName string) error
func DeletePipelineTemplate ¶
func DeletePipelineTemplate(client *gate.GatewayClient, templateID string) error
func DeleteProject ¶
func DeleteProject(client *gate.GatewayClient, projectID, projectName string) error
func GetApplication ¶
func GetApplication(client *gate.GatewayClient, applicationName string, dest interface{}) error
func GetPipeline ¶
func GetPipeline(client *gate.GatewayClient, applicationName, pipelineName string, dest interface{}) (map[string]interface{}, error)
func GetPipelineTemplate ¶
func GetPipelineTemplate(client *gate.GatewayClient, templateID string, dest interface{}) error
func GetProject ¶
func GetProject(client *gate.GatewayClient, projectName string, dest interface{}) error
func UpdatePipeline ¶
func UpdatePipeline(client *gate.GatewayClient, pipelineID string, pipeline interface{}) error
func UpdatePipelineTemplate ¶
func UpdatePipelineTemplate(client *gate.GatewayClient, templateID string, template interface{}) error
func V2CreatePipelineTemplate ¶
func V2CreatePipelineTemplate(client *gate.GatewayClient, template interface{}) error
func V2DeletePipelineTemplate ¶
func V2DeletePipelineTemplate(client *gate.GatewayClient, templateID string) error
func V2GetPipelineTemplate ¶
func V2GetPipelineTemplate(client *gate.GatewayClient, templateID string, dest interface{}) error
func V2UpdatePipelineTemplate ¶
func V2UpdatePipelineTemplate(client *gate.GatewayClient, templateID string, template interface{}) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.