Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("root-handler", fx.Provide( fx.Annotate( NewRootHandler, fx.As(new(echofx.RouteRegistrar)), fx.ResultTags(`group:"route_registrar"`), ), ), )
Module provides the root handler with route registrar tag
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler provides the root route handler
func NewRootHandler ¶
NewRootHandler creates a new root handler
func (*Handler) RegisterRoutes ¶
RegisterRoutes registers the root route
Click to show internal directories.
Click to hide internal directories.