Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnDeletionNotification ¶
type OnDeletionNotification struct {
// The name of the image that is being deleted
Image string
}
OnDeletionNotification contains the data required by this handler
type OnPushNotification ¶
type OnPushNotification struct {
// The name of the image that is being pushed
Image string
}
OnPushNotification contains the data required by this handler
type StartReplicationNotification ¶
type StartReplicationNotification struct {
// ID of the policy
PolicyID int64
Metadata map[string]interface{}
}
StartReplicationNotification contains data required by this handler
Click to show internal directories.
Click to hide internal directories.