Documentation ¶
Index ¶
- func Create(accessToken, pipelinesFile string, serviceName *QualifiedServiceName, ...) (string, error)
- func Delete(accessToken, pipelinesFile string, serviceName *QualifiedServiceName, ...) ([]string, error)
- func List(accessToken, pipelinesFile string, serviceName *QualifiedServiceName, ...) ([]string, error)
- type QualifiedServiceName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(accessToken, pipelinesFile string, serviceName *QualifiedServiceName, isCICD bool) (string, error)
Create creates a new webhook on the target Git Repository It returns the ID of created webhook.
Types ¶
type QualifiedServiceName ¶
QualifiedServiceName represents three part name of a service (Environment, Application, and Service)
Click to show internal directories.
Click to hide internal directories.