Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router interface { Redirect(*http.Request, http.ResponseWriter, string) Route(string, func(r Router) http.HandlerFunc) AuthorizedRoute(string, func(r Router) http.HandlerFunc) Handle(pattern string, handler http.Handler) HandleWithCacheControl(pattern string, handler http.Handler) APIRoute(string, func(r Router) http.HandlerFunc) APIAuthorizedRoute(pattern string, handler func(r Router) http.HandlerFunc) Context() context.Context Renderer() renderer.Renderer }
Click to show internal directories.
Click to hide internal directories.