Documentation ¶
Index ¶
Constants ¶
View Source
const ( ResponseTypeRaw = iota ResponseTypeJSON = iota )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreRouterFactory ¶
type CoreRouterFactory struct { ScopeFactory data.ScopeFactory Handlers handlers.Handlers }
func (CoreRouterFactory) CreateRouter ¶
func (rf CoreRouterFactory) CreateRouter() *httprouter.Router
type RouterFactory ¶
type RouterFactory interface { // CreateRouter creates a new httprouter with the endpoints and panic handler configured. CreateRouter() *httprouter.Router }
Click to show internal directories.
Click to hide internal directories.