Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrAmbiguous ¶
type ErrAmbiguous struct {
// contains filtered or unexported fields
}
func NewErrAmbiguous ¶
func NewErrAmbiguous(matches []*match) *ErrAmbiguous
func (*ErrAmbiguous) Error ¶
func (e *ErrAmbiguous) Error() string
type ErrNonexistent ¶
type ErrNonexistent struct{}
func NewErrNonexistent ¶
func NewErrNonexistent() *ErrNonexistent
func (*ErrNonexistent) Error ¶
func (e *ErrNonexistent) Error() string
type Filter ¶
type Filter interface {
Filter(Filterable) ([]string, error)
}
type Filterable ¶
type Filterable interface{}
type LoadFunc ¶
type LoadFunc func(string) (Filterable, error)
Click to show internal directories.
Click to hide internal directories.