package
0.0.0-20250117171729-14a08eb05e7a
Repository: https://github.com/defoeam/herd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
KeyValueService_ServiceDesc is the grpc.ServiceDesc for KeyValueService service.

# Structs

DeleteAllRequest represents a request to delete all key-value pairs.
DeleteAllResponse represents a response after deleting all key-value pairs.
DeleteRequest represents a request to delete a value by key.
DeleteResponse represents a response after deleting a key-value pair.
GetAllRequest represents a request to get all key-value pairs.
GetAllResponse represents a response containing multiple key-value pairs.
Request message for retrieving all keys from the key-value store.
Response message containing a list of keys from the key-value store.
GetRequest represents a request to get a value by key.
Request message for retrieving all values from the key-value store.
Response message containing a list of values from the key-value store.
KeyValue represents a key-value pair.
SetRequest represents a request to set a key-value pair.
SetResponse represents a response after setting a key-value pair.
UnimplementedKeyValueServiceServer must be embedded to have forward compatible implementations.

# Interfaces

KeyValueServiceClient is the client API for KeyValueService service.
KeyValueServiceServer is the server API for KeyValueService service.
UnsafeKeyValueServiceServer may be embedded to opt out of forward compatibility for this service.