api

package
v0.0.0-...-34a9104 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2021 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

View Source
const (
	ErrCodeNoSuchEntityException = "NoSuchEntityException"
)

Variables

This section is empty.

Functions

func CreateApplication

func CreateApplication(client *gate.GatewayClient, applicationName, email string) 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL