Documentation ¶
Index ¶
Constants ¶
View Source
const (
OperationJoin = "join"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher interface { Use(ms ...Middleware) Add(selector string, ms ...Middleware) Match(operation string) []Middleware }
type Middleware ¶
func Chain ¶
func Chain(m ...Middleware) Middleware
Click to show internal directories.
Click to hide internal directories.