Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTriggerRestClient ¶
NewTriggerRestClient returns a new triggerRestClient satisfying the api.TriggerInterface interface via the REST API.
Types ¶
type CreateTriggerInfo ¶
type CreateTriggerInfo struct {
Id string
}
type CreateTriggerOptions ¶
type EventSource ¶
type GetPipelineDefinitionOptions ¶ added in v0.1.32111
type RepoResponse ¶
type RepoResponse struct {
ExternalID string `json:"external_id"`
}
type TriggerClient ¶
type TriggerClient interface {
CreateTrigger(options CreateTriggerOptions) (*CreateTriggerInfo, error)
}
TriggerClient is the interface to interact with trigger
Click to show internal directories.
Click to hide internal directories.