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 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 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 UpdatePipeline(client *gate.GatewayClient, pipelineID string, pipeline interface{}) error
- func UpdatePipelineTemplate(client *gate.GatewayClient, templateID string, template interface{}) error
Constants ¶
View Source
const (
ErrCodeNoSuchEntityException = "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 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 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 UpdatePipeline ¶
func UpdatePipeline(client *gate.GatewayClient, pipelineID string, pipeline interface{}) error
func UpdatePipelineTemplate ¶
func UpdatePipelineTemplate(client *gate.GatewayClient, templateID string, template interface{}) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.