Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CID ¶
CID represents the container identifier.
It is a type alias of github.com/nspcc-dev/neofs-node/pkg/core/container.ID.
type Container ¶
Container represents the NeoFS Container structure.
It is a type alias of github.com/nspcc-dev/neofs-node/pkg/core/container.Container.
type HealthChecker ¶
type HealthChecker interface {
Healthy() error
}
HealthChecker is an interface of node healthiness checking tool.
type OwnerID ¶
OwnerID represents the container owner identifier..
It is a type alias of github.com/nspcc-dev/neofs-node/pkg/core/container.OwnerID.
type Params ¶
type Params struct { Logger *zap.Logger Healthy HealthChecker Store storage.Storage ExtendedACLStore eacl.Storage }
Params groups the parameters of Container service server's constructor.
Click to show internal directories.
Click to hide internal directories.