Documentation
¶
Overview ¶
Package selector implements the functions, types, and interfaces for the module.
Package selector implements the functions, types, and interfaces for the module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
type Selector interface {
Append(key string, middleware middleware.Middleware) Selector
Middlewares(filtered bool) []middleware.Middleware
Build(cfg *selectorv1.Selector, serv bool) []middleware.Middleware
Total() int
}
func NewSelectorFilter ¶
func Unfiltered ¶
func Unfiltered() Selector
Click to show internal directories.
Click to hide internal directories.