yanic/data/response.go

9 lines
248 B
Go
Raw Normal View History

2016-03-19 22:18:26 +00:00
package data
// ResponseData struct
2016-03-19 22:18:26 +00:00
type ResponseData struct {
2019-01-24 01:54:21 +00:00
Nodeinfo *Nodeinfo `json:"nodeinfo" toml:"nodeinfo"`
Statistics *Statistics `json:"statistics" toml:"statistics"`
Neighbours *Neighbours `json:"neighbours" toml:"neighbours"`
2016-03-19 22:18:26 +00:00
}