Fixes
This commit is contained in:
parent
cfaded9896
commit
c91a8a5c9c
10
types.go
10
types.go
@ -80,8 +80,8 @@ type jsonBracket struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type jsonNamedBracket struct {
|
type jsonNamedBracket struct {
|
||||||
Bracket string `json:"bracket"`
|
Bracket jsonBracket `json:"bracket"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type jsonQueryResponse struct {
|
type jsonQueryResponse struct {
|
||||||
@ -131,6 +131,12 @@ type geoData struct {
|
|||||||
longitude float64
|
longitude float64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type namedBracket struct {
|
||||||
|
name string
|
||||||
|
min float64
|
||||||
|
max float64
|
||||||
|
}
|
||||||
|
|
||||||
type record struct {
|
type record struct {
|
||||||
accessCount int
|
accessCount int
|
||||||
closestStn string
|
closestStn string
|
||||||
|
Loading…
Reference in New Issue
Block a user