Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
HealthChecker is an interface of node healthiness checking tool.
type HealthRequest ¶
type HealthRequest = state.HealthRequest
HealthRequest is a type alias of HealthRequest from state package of neofs-api-go.
type Params ¶
type Params struct {
Stater Stater
Logger *zap.Logger
Viper *viper.Viper
Checkers []HealthChecker
PrivateKey *ecdsa.PrivateKey
MorphNetmapContract *implementations.MorphNetmapContract
}
Params groups the parameters of State service server's constructor.
Click to show internal directories.
Click to hide internal directories.