[#1048] control: Add ListShards implementation to ctrl svc

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-12-17 18:55:59 +03:00 committed by Alex Vanin
parent 4e989e7133
commit 0e5410603e
3 changed files with 63 additions and 0 deletions

View file

@ -40,6 +40,7 @@ func initControlService(c *cfg) {
return err
}),
controlSvc.WithLocalStorage(c.cfgObject.cfgLocalStorage.localStorage),
)
lis, err := net.Listen("tcp", endpoint)