Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GinImp ¶
type GinImp struct {
// contains filtered or unexported fields
}
func (*GinImp) HandleFunc ¶
func (r *GinImp) HandleFunc(path string, f func(http.ResponseWriter, *http.Request)) xx.MethodsFace
type GorillaMuxImp ¶
type GorillaMuxImp struct {
// contains filtered or unexported fields
}
func NewGorillaMuxImp ¶
func NewGorillaMuxImp(r *mux.Router) *GorillaMuxImp
func (*GorillaMuxImp) HandleFunc ¶
func (r *GorillaMuxImp) HandleFunc(path string, f func(http.ResponseWriter, *http.Request)) xx.MethodsFace
func (*GorillaMuxImp) Methods ¶
func (r *GorillaMuxImp) Methods(methods ...string)
Click to show internal directories.
Click to hide internal directories.