kv

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGeneralKVServiceServer

func NewGeneralKVServiceServer(s *server.HakjServer) kvpb.GeneralKVServiceServer

func NewHashMapKVServiceServer

func NewHashMapKVServiceServer(s *server.HakjServer) kvpb.HashMapKVServiceServer

func NewStringKVServiceServer

func NewStringKVServiceServer(s *server.HakjServer) kvpb.StringKVServiceServer

Types

type GeneralKVServiceServer

type GeneralKVServiceServer struct {
	kvpb.UnimplementedGeneralKVServiceServer
	// contains filtered or unexported fields
}

func (*GeneralKVServiceServer) DeleteAllKeys

DeleteAllKeys is the implementation of RPC DeleteAllKeys.

func (*GeneralKVServiceServer) DeleteKeys

DeleteKeys is the implementation of RPC DeleteKeys.

func (*GeneralKVServiceServer) GetAllKeys

GetAllKeys is the implementation of RPC GetAllKeys.

func (*GeneralKVServiceServer) GetKeyType

GetKeyType is the implementation of RPC GetKeyType.

type HashMapKVServiceServer

type HashMapKVServiceServer struct {
	kvpb.UnimplementedHashMapKVServiceServer
	// contains filtered or unexported fields
}

func (*HashMapKVServiceServer) DeleteHashMapFields

DeleteHashMapFields is the implementation of RPC DeleteHashMapFields.

func (*HashMapKVServiceServer) GetAllHashMapFieldsAndValues

GetAllHashMapFieldsAndValues is the implementation of RPC GetAllHashMapFieldsAndValues.

func (*HashMapKVServiceServer) GetHashMapFieldValues

GetHashMapFieldValues is the implementation of RPC GetHashMapFieldValues.

func (*HashMapKVServiceServer) SetHashMap

SetHashMap is the implementation of RPC SetHashMap.

type StringKVServiceServer

type StringKVServiceServer struct {
	kvpb.UnimplementedStringKVServiceServer
	// contains filtered or unexported fields
}

func (*StringKVServiceServer) GetString

GetString is the implementation of RPC GetString.

func (*StringKVServiceServer) SetString

SetString is the implementation of RPC SetString.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL