Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownName = errors.New("Unknown name")
Functions ¶
func UnknownName ¶ added in v0.15.2
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
func New ¶
func New(adapter ResolverAdapter) *Resolver
type ResolverAdapter ¶ added in v0.15.2
type SortExprDefault ¶
type SortExprDefault struct{}
type SortExprRandom ¶
type SortExprRandom struct{}
type SortExprSort ¶
type SortExprSort struct {
Items []SortItem
}
Click to show internal directories.
Click to hide internal directories.