Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier interface { // Success notifies of successful installations. Success(spec.DeploymentEvent) error // Failed notifies of failed installations. Failed(spec.DeploymentEvent, string) error }
Notifier represents a Service that notifies of install status.
type NotifierType ¶
type NotifierType string
NotifierType represents the type of Notifier to configure.
Click to show internal directories.
Click to hide internal directories.