Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageService ¶
type StorageService struct { proto.UnimplementedStorageServer // contains filtered or unexported fields }
func (*StorageService) Get ¶
func (s *StorageService) Get(ctx context.Context, req *proto.GetRequest) (*proto.GetResponse, error)
func (*StorageService) Put ¶
func (s *StorageService) Put(ctx context.Context, req *proto.PutRequest) (*proto.PutResponse, error)
func (*StorageService) Scan ¶
func (s *StorageService) Scan(req *proto.ScanRequest, stream proto.Storage_ScanServer) error
Click to show internal directories.
Click to hide internal directories.