forked from TrueCloudLab/frostfs-contract
Airat Arifullin
d9f523ee07
* Introduce a new method ListTargets that lists targets by kind. * Slightly fix key mapping - also concatenate kind to prefix. * Write unit-tests. * Regenerate rpcclient. Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
9 lines
No EOL
157 B
YAML
9 lines
No EOL
157 B
YAML
name: "APE"
|
|
safemethods:
|
|
- "getAdmin"
|
|
- "listChains"
|
|
- "getChain"
|
|
- "listChainsByPrefix"
|
|
- "listTargets"
|
|
- "iteratorChainsByPrefix"
|
|
- "version" |