Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CustomValueDiffers []diff.ValueDiffer
Functions ¶
func RegisterCustomValueDiffer ¶
func RegisterCustomValueDiffer(differ diff.ValueDiffer)
Types ¶
type Receiver ¶
func NewCombinedReceiver ¶
type WatchOption ¶
type WatchOption func(*WatchOptions)
func WithChangesOnly ¶
func WithChangesOnly() WatchOption
func WithPath ¶
func WithPath(path ...string) WatchOption
type WatchOptions ¶
type Watcher ¶
type Watcher interface {
Reset()
Flush()
Watch(...WatchOption) (Receiver, error)
}
func NewWatcher ¶
Click to show internal directories.
Click to hide internal directories.