Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnDeletionHandler ¶
type OnDeletionHandler struct{}
OnDeletionHandler implements the notification handler interface to handle image on push event.
func (*OnDeletionHandler) Handle ¶
func (oph *OnDeletionHandler) Handle(value interface{}) error
Handle implements the same method of notification handler interface
func (*OnDeletionHandler) IsStateful ¶
func (oph *OnDeletionHandler) IsStateful() bool
IsStateful implements the same method of notification handler interface
type OnPushHandler ¶
type OnPushHandler struct{}
OnPushHandler implements the notification handler interface to handle image on push event.
func (*OnPushHandler) Handle ¶
func (oph *OnPushHandler) Handle(value interface{}) error
Handle implements the same method of notification handler interface
func (*OnPushHandler) IsStateful ¶
func (oph *OnPushHandler) IsStateful() bool
IsStateful implements the same method of notification handler interface
type StartReplicationHandler ¶
type StartReplicationHandler struct{}
StartReplicationHandler implements the notification handler interface to handle start replication requests.
func (*StartReplicationHandler) Handle ¶
func (srh *StartReplicationHandler) Handle(value interface{}) error
Handle implements the same method of notification handler interface
func (*StartReplicationHandler) IsStateful ¶
func (srh *StartReplicationHandler) IsStateful() bool
IsStateful implements the same method of notification handler interface