[#84] Run netmap service in neofs-node app

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-10-08 16:17:50 +03:00 committed by Alex Vanin
parent 20c27d0542
commit dee1d81b04
4 changed files with 41 additions and 13 deletions

View file

@ -152,8 +152,12 @@ type cfgNetmap struct {
type BootstrapType uint32
type cfgNodeInfo struct {
// values from config
bootType BootstrapType
attributes []*netmap.Attribute
// values at runtime
info *netmap.NodeInfo
}
type cfgObject struct {