Skip to content

Commit a448b65

Browse files
authored
Merge pull request #3488 from shiftstack/pr-3340
[Key-Manager] resolve ContainerConsumerListOpts receiver error issue
2 parents 6dd5dfa + 9bfae3e commit a448b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack/keymanager/v1/containers/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ type ListConsumersOpts struct {
123123

124124
// ToContainerListConsumersQuery formats a ListConsumersOpts into a query
125125
// string.
126-
func (opts ListOpts) ToContainerListConsumersQuery() (string, error) {
126+
func (opts ListConsumersOpts) ToContainerListConsumersQuery() (string, error) {
127127
q, err := gophercloud.BuildQueryString(opts)
128128
return q.String(), err
129129
}

0 commit comments

Comments
 (0)