package
Version:
v0.0.0-...-2877753
Opens a new window with list of versions in this module.
Published: Dec 24, 2022
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 Error struct {
Error string `json:"error,omitempty"`
}
type JSON struct {
Success bool `json:"success"`
Data interface{} `json:"data,omitempty" swaggerignore:"true"`
Error *Error `json:"error,omitempty" swaggerignore:"true"`
}
func Success(data interface{}) JSON
Source Files
¶
Click to show internal directories.
Click to hide internal directories.