frostfs-api-go/bootstrap/service.go

9 lines
133 B
Go
Raw Normal View History

2019-11-18 16:34:06 +03:00
package bootstrap
import (
2020-03-31 10:05:26 +03:00
"github.com/nspcc-dev/neofs-api-go/service"
2019-11-18 16:34:06 +03:00
)
// NodeType type alias.
type NodeType = service.NodeRole