forked from TrueCloudLab/frostfs-node
[#172] client/container: Support listing containers with containersOf
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
bf7d80f44b
commit
9e54646248
2 changed files with 60 additions and 6 deletions
|
@ -22,12 +22,13 @@ type Client struct {
|
|||
}
|
||||
|
||||
const (
|
||||
putMethod = "put"
|
||||
deleteMethod = "delete"
|
||||
getMethod = "get"
|
||||
listMethod = "list"
|
||||
eaclMethod = "eACL"
|
||||
setEACLMethod = "setEACL"
|
||||
putMethod = "put"
|
||||
deleteMethod = "delete"
|
||||
getMethod = "get"
|
||||
listMethod = "list"
|
||||
containersOfMethod = "containersOf"
|
||||
eaclMethod = "eACL"
|
||||
setEACLMethod = "setEACL"
|
||||
|
||||
startEstimationMethod = "startContainerEstimation"
|
||||
stopEstimationMethod = "stopContainerEstimation"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue