Data finetuning

This commit is contained in:
johannrichard 2018-10-28 14:10:26 +01:00
parent 95ef5f0bfb
commit a3f9cf49f4
1 changed files with 4 additions and 4 deletions

View File

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