Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resolver = Info{ CreateTable: PlainRoute{ // contains filtered or unexported fields }, Index: StringRoute{ // contains filtered or unexported fields }, Insert: StringRoute{ // contains filtered or unexported fields }, }
Resolver provides path builders for all routes
Functions ¶
This section is empty.
Types ¶
type PlainRoute ¶
type PlainRoute struct {
// contains filtered or unexported fields
}
func (PlainRoute) Path ¶
func (r PlainRoute) Path(...interface{}) string
func (PlainRoute) Route ¶
func (r PlainRoute) Route() string
type StringRoute ¶
type StringRoute struct {
// contains filtered or unexported fields
}
func (StringRoute) Path ¶
func (r StringRoute) Path(ks ...interface{}) string
func (StringRoute) Route ¶
func (r StringRoute) Route() string
Click to show internal directories.
Click to hide internal directories.