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