Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotImplemented = errors.New("not implemented")
Functions ¶
This section is empty.
Types ¶
type ErrConfigNotFound ¶
type ErrConfigNotFound struct {
Configs []string
}
func (*ErrConfigNotFound) Error ¶
func (m *ErrConfigNotFound) Error() string
func (*ErrConfigNotFound) Is ¶
func (*ErrConfigNotFound) Is(target error) bool
type ErrIgnoreEvent ¶
type ErrIgnoreEvent struct {
Event string
}
func (*ErrIgnoreEvent) Error ¶
func (err *ErrIgnoreEvent) Error() string
func (*ErrIgnoreEvent) Is ¶
func (*ErrIgnoreEvent) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.