Documentation
¶
Index ¶
Constants ¶
View Source
const GROUP_ROUTES = `group:"httproutes"`
Variables ¶
View Source
var Module = fx.Module( "http", fx.Invoke( fx.Annotate( RegisterRoutes, fx.ParamTags(GROUP_ROUTES), ), ), fx.Provide( NewEcho, ), )
Functions ¶
func AsRouteGroup ¶
func RegisterRoutes ¶
func RegisterRoutes(routes []RouteGroup, server *Http)
Types ¶
type Configuration ¶
Click to show internal directories.
Click to hide internal directories.