refactored for uniformity

This commit is contained in:
Annika Hannig 2021-10-15 17:17:35 +02:00
parent 164d3e9318
commit a1665a43de

View File

@ -89,7 +89,7 @@ func (n *Neighbor) MatchName(name string) bool {
// A NeighborsResponse is a list of neighbors with
// caching information.
type NeighborsResponse struct {
Meta Meta `json:"api"`
Response
Neighbors Neighbors `json:"neighbors"`
}