package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Nov 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ErrorHandler custom handler to log recovered errors using our logger and return json instead of string
func GetUserID(c *fiber.Ctx) string
type ErrorRes struct {
Code int `json:"code"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.