Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidFunction = fmt.Errorf("Invalid function")
ErrInvalidFunction is the "Invalid function" error.
View Source
var ErrUnknownDriver = fmt.Errorf("Unknown driver")
ErrUnknownDriver is the "Unknown driver" error.
View Source
var ErrWatchExists = fmt.Errorf("Watch already exists")
ErrWatchExists is the "Watch already exists" error.
Functions ¶
Types ¶
type ErrInvalidPath ¶
type ErrInvalidPath struct {
PrefixPath string
}
ErrInvalidPath is the "Invalid path" error.
func (*ErrInvalidPath) Error ¶
func (e *ErrInvalidPath) Error() string
Error returns the error string.
Click to show internal directories.
Click to hide internal directories.