Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeEvent ¶
type ChangeEvent struct {
// contains filtered or unexported fields
}
func ChangeEventError ¶
func ChangeEventError(err error) ChangeEvent
func NewChangeEvent ¶
func NewChangeEvent(mode Mode, ack func(context.Context) error) ChangeEvent
func (ChangeEvent) Err ¶
func (m ChangeEvent) Err() error
func (ChangeEvent) Mode ¶
func (m ChangeEvent) Mode() Mode
Click to show internal directories.
Click to hide internal directories.