package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Sep 5, 2019
License: Apache-2.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 ErrorResponse struct {
Error string `json:"error"`
}
ErrorResponse error response format
type Neighbor struct {
Address string `json:"address"`
OutBound bool `json:"out_bound"`
}
Neighbor P2P debug neighbor format
type ReportMsg struct {
ReportPeer string `json:"report_peer"`
From string `json:"from"`
Time time.Time `json:"time"`
}
ReportMsg P2P debug report message format
Source Files
¶
Click to show internal directories.
Click to hide internal directories.