gofmt
This commit is contained in:
parent
a83e8eb510
commit
3559c53596
|
@ -2,8 +2,8 @@ package data
|
|||
|
||||
// ResponseData struct
|
||||
type ResponseData struct {
|
||||
Nodeinfo *Nodeinfo `json:"nodeinfo" toml:"nodeinfo"`
|
||||
Statistics *Statistics `json:"statistics" toml:"statistics"`
|
||||
Neighbours *Neighbours `json:"neighbours" toml:"neighbours"`
|
||||
Nodeinfo *Nodeinfo `json:"nodeinfo" toml:"nodeinfo"`
|
||||
Statistics *Statistics `json:"statistics" toml:"statistics"`
|
||||
Neighbours *Neighbours `json:"neighbours" toml:"neighbours"`
|
||||
CustomFields map[string]interface{} `json:"-"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue