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 6dd5dfa + 9bfae3e commit a448b65Copy full SHA for a448b65
openstack/keymanager/v1/containers/requests.go
@@ -123,7 +123,7 @@ type ListConsumersOpts struct {
123
124
// ToContainerListConsumersQuery formats a ListConsumersOpts into a query
125
// string.
126
-func (opts ListOpts) ToContainerListConsumersQuery() (string, error) {
+func (opts ListConsumersOpts) ToContainerListConsumersQuery() (string, error) {
127
q, err := gophercloud.BuildQueryString(opts)
128
return q.String(), err
129
}
0 commit comments