Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteInternalError ¶
type RouteInternalError struct {
}
func NewRouteInternalError ¶
func NewRouteInternalError() *RouteInternalError
func (*RouteInternalError) ServeHTTP ¶
func (f *RouteInternalError) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RouteNotEnabled ¶
type RouteNotEnabled struct {
}
func NewRouteNotEnabled ¶
func NewRouteNotEnabled() *RouteNotEnabled
func (*RouteNotEnabled) ServeHTTP ¶
func (f *RouteNotEnabled) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RouteNotFound ¶
type RouteNotFound struct {
}
func NewRouteNotFound ¶
func NewRouteNotFound() *RouteNotFound
func (*RouteNotFound) ServeHTTP ¶
func (f *RouteNotFound) ServeHTTP(w http.ResponseWriter, r *http.Request)
type UnavailableRoute ¶
type UnavailableRoute struct{}
func NewUnavailableRoute ¶
func NewUnavailableRoute() *UnavailableRoute
func (*UnavailableRoute) ServeHTTP ¶
func (c *UnavailableRoute) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.