Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶ added in v1.0.0
type Command interface { Login(url string, teamName string, username string, password string, insecure bool) ([]byte, error) Pipelines() ([]string, error) GetPipeline(pipelineName string) ([]byte, error) SetPipeline(pipelineName string, configFilepath string, varsFilepaths []string) ([]byte, error) DestroyPipeline(pipelineName string) ([]byte, error) UnpausePipeline(pipelineName string) ([]byte, error) }
Click to show internal directories.
Click to hide internal directories.