Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerInterface ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func (*Router) GetHandler ¶
func (r *Router) GetHandler(request Request) HandlerInterface
func (*Router) HandleRequest ¶
func (*Router) RegisterHandler ¶
func (r *Router) RegisterHandler(module string, handler HandlerInterface)
Click to show internal directories.
Click to hide internal directories.