forked from TrueCloudLab/frostfs-node
[#1048] control: Add ListShards
implementation to ctrl svc
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
4e989e7133
commit
0e5410603e
3 changed files with 63 additions and 0 deletions
|
@ -40,6 +40,7 @@ func initControlService(c *cfg) {
|
|||
|
||||
return err
|
||||
}),
|
||||
controlSvc.WithLocalStorage(c.cfgObject.cfgLocalStorage.localStorage),
|
||||
)
|
||||
|
||||
lis, err := net.Listen("tcp", endpoint)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue