package
Version:
v0.0.0-...-418667d
Opens a new window with list of versions in this module.
Published: Nov 16, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DefaultResponse struct {
Code int `json:"code"`
Status string `json:"status"`
Data any `json:"data"`
}
type ErrorResponse struct {
Code int `json:"code"`
Status string `json:"status"`
Errors any `json:"errors"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.