package
Version:
v0.6.5
Opens a new window with list of versions in this module.
Published: Aug 15, 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 Error struct {
Code int `json:"code"`
Type ErrorType `json:"type"`
Message string `json:"message"`
}
type Response struct {
Success bool `json:"success"`
Data any `json:"data,omitempty"`
Error *Error `json:"error,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.