Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d03d5d1 + 83aae75 commit e7b58a9Copy full SHA for e7b58a9
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