Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestWorkWatcher ¶
ManifestWorkWatcher implements the watch.Interface. It returns a chan which will receive all the events.
func NewManifestWorkWatcher ¶
func NewManifestWorkWatcher() *ManifestWorkWatcher
func (*ManifestWorkWatcher) Receive ¶
func (mw *ManifestWorkWatcher) Receive(evt watch.Event)
Receive a event from the work client and sends down the result channel.
func (*ManifestWorkWatcher) ResultChan ¶
func (mw *ManifestWorkWatcher) ResultChan() <-chan watch.Event
ResultChan implements Interface.
Click to show internal directories.
Click to hide internal directories.