Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageLogic ¶
type StorageService ¶
type StorageService struct {
persistencev1.UnimplementedStorageServiceServer
// contains filtered or unexported fields
}
func NewStorageService ¶
func NewStorageService(logic StorageLogic) *StorageService
func (*StorageService) Get ¶
func (s *StorageService) Get(ctx context.Context, req *persistencev1.GetRequest) (*persistencev1.GetResponse, error)
func (*StorageService) Set ¶
func (s *StorageService) Set(ctx context.Context, req *persistencev1.SetRequest) (*persistencev1.SetResponse, error)
Click to show internal directories.
Click to hide internal directories.