Documentation ¶
Index ¶
- func Delete[Req any, Rsp any](r *lava.Router, path string, w Handler[Req, Rsp], ...)
- func Get[Req any, Rsp any](r *lava.Router, path string, w Handler[Req, Rsp], ...)
- func Patch[Req any, Rsp any](r *lava.Router, path string, w Handler[Req, Rsp], ...)
- func Post[Req any, Rsp any](r *lava.Router, path string, w Handler[Req, Rsp], ...)
- func Put[Req any, Rsp any](r *lava.Router, path string, w Handler[Req, Rsp], ...)
- func WrapHandler[Req any, Rsp any](handle func(ctx *fiber.Ctx, req *Req) (rsp *Rsp, err error)) func(ctx *fiber.Ctx) error
- type Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.