package
Version:
v0.0.0-...-b957f84
Opens a new window with list of versions in this module.
Published: Nov 3, 2024
License: MIT
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
¶
JsonResponse function for Marshal and format response using Json
type Response[T any] struct {
Success bool `json:"success"`
Code int `json:"code"`
Message string `json:"message"`
Data T `json:"data,omitempty"`
}
Response type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.