Also exposes shared cache and garbage collection/prune for the source data. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: 5c3d2d552b0430672d5f481ab2d37036f6e92166 Component: engine
7 lines
147 B
Protocol Buffer
7 lines
147 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package remotecontext; // no namespace because only used internally
|
|
|
|
message TarsumBackup {
|
|
map<string, string> Hashes = 1;
|
|
} |