Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct{}
func (*Store) Del ¶
func (s *Store) Del(ctx context.Context, req *proto.DelRequest, rsp *proto.DelResponse) error
func (*Store) Get ¶
func (s *Store) Get(ctx context.Context, req *proto.GetRequest, rsp *proto.GetResponse) error
func (*Store) Put ¶
func (s *Store) Put(ctx context.Context, req *proto.PutRequest, rsp *proto.PutResponse) error
Click to show internal directories.
Click to hide internal directories.