Versions in this module Expand all Collapse all v0 v0.4.1 Oct 19, 2022 Changes in this version + type GinImp struct + func NewGinImp(r *gin.Engine) *GinImp + func (r *GinImp) HandleFunc(path string, f func(http.ResponseWriter, *http.Request)) xx.MethodsFace + func (r *GinImp) Methods(methods ...string) + type GorillaMuxImp struct + func NewGorillaMuxImp(r *mux.Router) *GorillaMuxImp + func (r *GorillaMuxImp) HandleFunc(path string, f func(http.ResponseWriter, *http.Request)) xx.MethodsFace + func (r *GorillaMuxImp) Methods(methods ...string)