mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 20:44:46 +00:00
add default value
This commit is contained in:
2
cache/proto/cache.proto
vendored
2
cache/proto/cache.proto
vendored
@@ -17,6 +17,8 @@ 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