Discover Packages
github.com/ka2n/masminer
minerapi
package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jan 16, 2019
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
Documentation
¶
type APIStatus struct {
Status string `json:"STATUS"`
When int `json:"When"`
Code int `json:"Code"`
Msg string `json:"Msg"`
Description string `json:"Description"`
}
type MultipleResponse struct {
ID int `json:"id"`
}
type ResponseCommon struct {
Status []APIStatus `json:"STATUS"`
ID int `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.