Documentation
¶
Index ¶
- func GetFiberParam(fiberCtx *fiber.Ctx, paramName string) string
- func RespondWithError(c *fiber.Ctx, code int, msg string) error
- func RespondWithJson(c *fiber.Ctx, code int, payload interface{}) error
- func RespondWithZip(c *fiber.Ctx, code int, payload interface{}, filename string, ...) error
- func ResponseNoContent(c *fiber.Ctx, payload interface{}) error
- func ResponseOk(c *fiber.Ctx, payload interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFiberParam ¶
func RespondWithError ¶
func RespondWithJson ¶
func RespondWithZip ¶
func ResponseNoContent ¶
func ResponseNoContent(c *fiber.Ctx, payload interface{}) error
func ResponseOk ¶
func ResponseOk(c *fiber.Ctx, payload interface{}) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.