api

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

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.

Jump to

Keyboard shortcuts

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