We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546f461 commit d0f582dCopy full SHA for d0f582d
1 file changed
fastly/datacenters.go
@@ -2,10 +2,10 @@ package fastly
2
3
// Coordinates represent the location of a datacenter.
4
type Coordinates struct {
5
- Latitude *float64 `mapstructure:"latitude"`
6
- Longtitude *float64 `mapstructure:"longitude"`
7
- X *float64 `mapstructure:"x"`
8
- Y *float64 `mapstructure:"y"`
+ Latitude *float64 `mapstructure:"latitude"`
+ Longitude *float64 `mapstructure:"longitude"`
+ X *float64 `mapstructure:"x"`
+ Y *float64 `mapstructure:"y"`
9
}
10
11
// Datacenter is a list of Datacenters returned by the Fastly API.
0 commit comments