Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelErrorSink ¶
type ChannelErrorSink chan error
func (ChannelErrorSink) Error ¶
func (sink ChannelErrorSink) Error(err error)
type ChannelEventSink ¶
func (ChannelEventSink) Event ¶
func (sink ChannelEventSink) Event(ev api.Event)
type CommandOption ¶
type CommandOption = api.CommandOption
type WatchOption ¶
type WatchOption interface { Option // contains filtered or unexported methods }
func WithErrorSink ¶
func WithErrorSink(sink api.ErrorSink) WatchOption
func WithEventSink ¶
func WithEventSink(sink api.EventSink) WatchOption
Click to show internal directories.
Click to hide internal directories.