yanic/data/response.go

8 lines
173 B
Go
Raw Normal View History

2016-03-19 23:18:26 +01:00
package data
type ResponseData struct {
Neighbours *Neighbours `json:"neighbours"`
NodeInfo *NodeInfo `json:"nodeinfo"`
Statistics *Statistics `json:"statistics"`
}