Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRequest ¶
type CreateRequest = session.CreateRequest
CreateRequest is a type alias of CreateRequest from session package of neofs-api-go.
type CreateResponse ¶
type CreateResponse = session.CreateResponse
CreateResponse is a type alias of CreateResponse from session package of neofs-api-go.
type EpochReceiver ¶
type EpochReceiver interface {
Epoch() uint64
}
EpochReceiver is an interface of the container of epoch number with read access.
type Params ¶
type Params struct {
TokenStore TokenStore
Logger *zap.Logger
EpochReceiver EpochReceiver
}
Params groups the parameters of Session service server's constructor.
type Service ¶
type Service interface {
grpc.Service
session.SessionServer
}
Service is an interface of the server of Session service.
type TokenStore ¶
type TokenStore = session.PrivateTokenStore
TokenStore is a type alias of TokenStore from session package of neofs-api-go.
Click to show internal directories.
Click to hide internal directories.