package
Version:
v0.0.11-20240702231743...
Opens a new window with list of versions in this module.
Published: Jul 2, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Status int `json:"status,omitempty"`
Error int `json:"error,omitempty"`
Message string `json:"message,omitempty"`
}
type Response struct {
Code int `json:"-"`
Response interface{} `json:"response"`
ResponseTime int64 `json:"response_time"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.