Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RootRouteHandler ¶
type RootRouteHandler struct {
ErrorHandler handlers.ErrorResponseManager
}
func NewRootRouteHandler ¶
func NewRootRouteHandler(errorHandler handlers.ErrorResponseManager) *RootRouteHandler
func (RootRouteHandler) Handle ¶
func (r RootRouteHandler) Handle(handler RouteHandler) gin.HandlerFunc
type RouteHandler ¶
type RouteHandler func(c *gin.Context) (*response.APIResponseEnvelope, error)
Click to show internal directories.
Click to hide internal directories.