frostfs-node/modules/bootstrap/module.go
alexvanin dadfd90dcd Initial commit
Initial public review release v0.10.0
2020-07-10 17:45:00 +03:00

10 lines
185 B
Go

package bootstrap
import (
"github.com/nspcc-dev/neofs-node/lib/fix/module"
)
// Module is a module of bootstrap component.
var Module = module.Module{
{Constructor: newHealthy},
}