Documentation ¶
Index ¶
Constants ¶
View Source
const ConstructorPriority = 5
Variables ¶
This section is empty.
Functions ¶
func GetRoutePath ¶ added in v0.7.0
func RouteContext ¶ added in v0.14.0
func SetRoutePath ¶ added in v0.7.0
Types ¶
type ChiHandler ¶
type ChiWrapper ¶ added in v0.5.0
type ChiWrapper struct {
// contains filtered or unexported fields
}
func (*ChiWrapper) PageInfo ¶ added in v0.10.0
func (cw *ChiWrapper) PageInfo(r *http.Request) (interface{}, bool)
func (*ChiWrapper) TryServeHTTP ¶ added in v0.5.0
func (cw *ChiWrapper) TryServeHTTP(w http.ResponseWriter, r *http.Request) error
type ChiWrapperConstructor ¶ added in v0.5.0
type ChiWrapperConstructor struct{}
func (*ChiWrapperConstructor) New ¶ added in v0.5.0
func (f *ChiWrapperConstructor) New(pattern string, h interface{}) (types.Handler, bool)
func (ChiWrapperConstructor) Priority ¶ added in v0.5.0
func (_ ChiWrapperConstructor) Priority() int
Click to show internal directories.
Click to hide internal directories.