package
Version:
v0.4.0-dev
Opens a new window with list of versions in this module.
Published: Jan 12, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Key struct {
Key string `json:"key"`
}
type Response struct {
Response bool `json:"response"`
Code int `json:"code"`
Data Key `json:"data"`
Error virest.Error `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.