yanic/data/response.go

9 lines
196 B
Go
Raw Permalink 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 {
Neighbours *Neighbours `json:"neighbours"`
Nodeinfo *Nodeinfo `json:"nodeinfo"`
2016-03-19 22:18:26 +00:00
Statistics *Statistics `json:"statistics"`
}