We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776ad36 commit a7e2d67Copy full SHA for a7e2d67
2 files changed
openstack/loadbalancer/v2/apiversions/results.go
@@ -5,7 +5,7 @@ import "github.com/gophercloud/gophercloud/v2/pagination"
5
// APIVersion represents an API version for load balancer. It contains
6
// the status of the API, and its unique ID.
7
type APIVersion struct {
8
- Status string `son:"status"`
+ Status string `json:"status"`
9
ID string `json:"id"`
10
}
11
openstack/networking/v2/apiversions/results.go
@@ -7,7 +7,7 @@ import (
// APIVersion represents an API version for Neutron. It contains the status of
// the API, and its unique ID.
12
13
0 commit comments