mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 14:35:07 +00:00
revert
This commit is contained in:
2
cache/proto/cache.proto
vendored
2
cache/proto/cache.proto
vendored
@@ -17,8 +17,6 @@ service Cache {
|
||||
message GetRequest {
|
||||
// The key to retrieve
|
||||
string key = 1;
|
||||
// Specify a default value returned in the event the value does not exist
|
||||
string default_value = 2;
|
||||
}
|
||||
|
||||
message GetResponse {
|
||||
|
||||
Reference in New Issue
Block a user