package
0.0.0-20240527114409-7adca3efc924
Repository: https://github.com/cloud-native-go/examples.git
Documentation: pkg.go.dev

# Functions

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

# Variables

No description provided by the author

# Structs

DeleteRequest represents a request to the key-value store to delete the record associated with a key.
DeleteResponse represents a response from the key-value store for a Delete action.
GetRequest represents a request to the key-value store for the value associated with a particular key.
GetResponse represents a response from the key-value store for a particular value.
PutRequest represents a request to the key-value store for the value associated with a particular key.
PutResponse represents a response from the key-value store for a Put action.
UnimplementedKeyValueServer must be embedded to have forward compatible implementations.

# Interfaces

KeyValueClient is the client API for KeyValue service.
KeyValueServer is the server API for KeyValue service.