Documentation
¶
Index ¶
- type StoreManagerServer
- func (s *StoreManagerServer) AbandonSession(_ context.Context, req *pb.AbandonSessionRequest) (*pb.AbandonSessionResponse, error)
- func (s *StoreManagerServer) AcquireLease2(_ context.Context, req *pb.AcquireLease2Request) (*pb.AcquireLease2Response, error)
- func (s *StoreManagerServer) AcquireLease2_2(_ context.Context, req *pb.AcquireLease2_2Request) (*pb.AcquireLease2_2Response, error)
- func (s *StoreManagerServer) AcquireLease3_1(_ context.Context, req *pb.AcquireLease3_1Request) (*pb.AcquireLease3_1Response, error)
- func (s *StoreManagerServer) AcquireLease3_3(_ context.Context, req *pb.AcquireLease3_3Request) (*pb.AcquireLease3_3Response, error)
- func (s *StoreManagerServer) CreateSession(_ context.Context, req *pb.CreateSessionRequest) (*pb.CreateSessionResponse, error)
- func (s *StoreManagerServer) GetLeasedBlobs(_ context.Context, req *pb.GetLeasedBlobsRequest) (*pb.GetLeasedBlobsResponse, error)
- func (s *StoreManagerServer) GetRemainingLeaseQuotaBytes(_ context.Context, req *pb.GetRemainingLeaseQuotaBytesRequest) (*pb.GetRemainingLeaseQuotaBytesResponse, error)
- func (s *StoreManagerServer) OpenBlob(_ context.Context, req *pb.OpenBlobRequest) (*pb.OpenBlobResponse, error)
- func (s *StoreManagerServer) OpenSession(_ context.Context, req *pb.OpenSessionRequest) (*pb.OpenSessionResponse, error)
- func (s *StoreManagerServer) ReleaseLease(_ context.Context, req *pb.ReleaseLeaseRequest) (*pb.ReleaseLeaseResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreManagerServer ¶ added in v0.0.4
type StoreManagerServer struct {
pb.UnimplementedStoreManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
StoreManagerServer implements pb.StoreManagerServiceServer.
func (*StoreManagerServer) AbandonSession ¶ added in v0.0.4
func (s *StoreManagerServer) AbandonSession(_ context.Context, req *pb.AbandonSessionRequest) (*pb.AbandonSessionResponse, error)
func (*StoreManagerServer) AcquireLease2 ¶ added in v0.0.4
func (s *StoreManagerServer) AcquireLease2(_ context.Context, req *pb.AcquireLease2Request) (*pb.AcquireLease2Response, error)
func (*StoreManagerServer) AcquireLease2_2 ¶ added in v0.0.4
func (s *StoreManagerServer) AcquireLease2_2(_ context.Context, req *pb.AcquireLease2_2Request) (*pb.AcquireLease2_2Response, error)
func (*StoreManagerServer) AcquireLease3_1 ¶ added in v0.0.4
func (s *StoreManagerServer) AcquireLease3_1(_ context.Context, req *pb.AcquireLease3_1Request) (*pb.AcquireLease3_1Response, error)
func (*StoreManagerServer) AcquireLease3_3 ¶ added in v0.0.4
func (s *StoreManagerServer) AcquireLease3_3(_ context.Context, req *pb.AcquireLease3_3Request) (*pb.AcquireLease3_3Response, error)
func (*StoreManagerServer) CreateSession ¶ added in v0.0.4
func (s *StoreManagerServer) CreateSession(_ context.Context, req *pb.CreateSessionRequest) (*pb.CreateSessionResponse, error)
func (*StoreManagerServer) GetLeasedBlobs ¶ added in v0.0.4
func (s *StoreManagerServer) GetLeasedBlobs(_ context.Context, req *pb.GetLeasedBlobsRequest) (*pb.GetLeasedBlobsResponse, error)
func (*StoreManagerServer) GetRemainingLeaseQuotaBytes ¶ added in v0.0.4
func (s *StoreManagerServer) GetRemainingLeaseQuotaBytes(_ context.Context, req *pb.GetRemainingLeaseQuotaBytesRequest) (*pb.GetRemainingLeaseQuotaBytesResponse, error)
func (*StoreManagerServer) OpenBlob ¶ added in v0.0.4
func (s *StoreManagerServer) OpenBlob(_ context.Context, req *pb.OpenBlobRequest) (*pb.OpenBlobResponse, error)
func (*StoreManagerServer) OpenSession ¶ added in v0.0.4
func (s *StoreManagerServer) OpenSession(_ context.Context, req *pb.OpenSessionRequest) (*pb.OpenSessionResponse, error)
func (*StoreManagerServer) ReleaseLease ¶ added in v0.0.4
func (s *StoreManagerServer) ReleaseLease(_ context.Context, req *pb.ReleaseLeaseRequest) (*pb.ReleaseLeaseResponse, error)
Click to show internal directories.
Click to hide internal directories.