Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Route ¶
func ServerRoutes ¶
type RouteGroup ¶
func NewRouteGroup ¶
func NewRouteGroup(prefix string) *RouteGroup
func (*RouteGroup) AddRoute ¶
func (r *RouteGroup) AddRoute(name, path, method string, data any, body types.Body)
func (*RouteGroup) Register ¶
func (r *RouteGroup) Register(handlers ...apis.Handler)
Click to show internal directories.
Click to hide internal directories.