package
Version:
v0.2.9
Opens a new window with list of versions in this module.
Published: Sep 12, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
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.