package
Version:
v0.0.0-...-696786a
Opens a new window with list of versions in this module.
Published: Jan 4, 2025
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
¶
type ErrorResponseBody struct {
Success bool `json:"success"`
Message string `json:"message"`
Errors interface{} `json:"errors,omitempty"`
}
type SuccessResponseBody struct {
Success bool `json:"success"`
Message string `json:"message"`
Data interface{} `json:"data,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.