frostfs-node/cmd
Evgenii Stratonikov e5ea95c045 [#1514] adm/nns: Do not return hash from getRPCClient()
It was unused and we employ better abstractions now.
gopatch:
```
@@
var a, b expression
@@
-a, b, _ := getRPCClient(...)
+a, b := getRPCClient(...)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-11-21 14:37:34 +00:00
..
frostfs-adm [#1514] adm/nns: Do not return hash from getRPCClient() 2024-11-21 14:37:34 +00:00
frostfs-cli [#1501] cli: Refactor bearer subcommand 2024-11-20 07:58:32 +00:00
frostfs-ir [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
frostfs-lens [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
frostfs-node [#1496] node/control: Await until SetNetmapStatus() persists 2024-11-15 16:36:07 +03:00
internal/common [#1501] adm: Refactor APE-chains managing subcommands 2024-11-20 07:58:32 +00:00