Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcKVStore ¶
type GrpcKVStore struct { *kvstore.InmemoryKVStore UnimplementedKVStoreServer // contains filtered or unexported fields }
func NewGrpcKVstore ¶
func NewGrpcKVstore(addresses []string, serverPort int, logger *logging.LoggerUtil) (*GrpcKVStore, error)
func (*GrpcKVStore) PutVal ¶
func (g *GrpcKVStore) PutVal(key string, storeVal interface{}) error
func (*GrpcKVStore) StopServe ¶
func (g *GrpcKVStore) StopServe()
Click to show internal directories.
Click to hide internal directories.