frostfs-node/cmd/neofs-node/modules/bootstrap/module.go

9 lines
199 B
Go
Raw Normal View History

package bootstrap
2020-07-24 13:54:03 +00:00
import "github.com/nspcc-dev/neofs-node/cmd/neofs-node/modules/fix/module"
// Module is a module of bootstrap component.
var Module = module.Module{
{Constructor: newHealthy},
}