- Update for map

This commit is contained in:
johannrichard 2018-10-28 12:21:06 +01:00
parent 0a6efc09f4
commit e19d885b8d
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ type Response struct {
Hostname string `json:"hostname,omitempty"`
Latitude float64 `json:"latitude,omitempty"`
Longitude float64 `json:"longitude,omitempty"`
BoxLatTop float64
BoxLatBottom float64
BoxLontTop float64
BoxLonBottom float64
}
type PortResponse struct {