package
Version:
v0.0.0-...-d85ed84
Opens a new window with list of versions in this module.
Published: Aug 5, 2022
License: MIT
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 ErrorResponse struct {
Success bool `json:"success"`
ErrorCode int `json:"error_code"`
ErrorMessage string `json:"error_message"`
}
type NewNode struct {
Port json.Number `json:"port"`
Version string `json:"version"`
}
type SuccessResponse struct {
Success bool `json:"success"`
Data interface{} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.