forked from TrueCloudLab/frostfs-node
[#1059] control: Fix ListShards
wrapper name
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
77808c7b41
commit
97fd330fae
2 changed files with 4 additions and 4 deletions
|
@ -109,7 +109,7 @@ func ListShards(
|
|||
req *ListShardsRequest,
|
||||
opts ...client.CallOption,
|
||||
) (*ListShardsResponse, error) {
|
||||
wResp := &listShardsRequestWrapper{
|
||||
wResp := &listShardsResponseWrapper{
|
||||
m: new(ListShardsResponse),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue