package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jul 25, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Ok(c fiber.Ctx) error
func OkWithData(c fiber.Ctx, data interface{}) error
type Response struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
Error string `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.