package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Oct 19, 2023
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 JSON struct {
Message string `json:"message,omitempty"`
Data interface{} `json:"data,omitempty"`
Errors map[string]string `json:"errors,omitempty"`
}
JSON is a struct for returning JSON responses
Source Files
¶
Click to show internal directories.
Click to hide internal directories.