Versions in this module Expand all Collapse all v2 v2.2.0 Nov 2, 2024 v2.1.2 Jan 7, 2020 Changes in this version + func BasicEngine() http.Handler + func EchoEngine() *echo.Echo + func GinEngine() *gin.Engine + func HTTPRouterEngine() http.Handler + func MuxEngine() *mux.Router + func PatEngine() *pat.Router + type HelloAction struct + func (c *HelloAction) Get() string + type UserController struct + func (c *UserController) SayHelloWorld()