Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extra ¶
type Extra interface {
// Args returns a list of additional arguments that can be used to resolve the URL
Args() []string
// Query returns a list of additional query parameters that can be used to resolve the URL
Query() url.Values
}
Extra is an interface that can be used to pass additional information to the url resolver
Click to show internal directories.
Click to hide internal directories.