moby--moby/builder/remotecontext/tarsum.proto

7 lines
147 B
Protocol Buffer

syntax = "proto3";
package remotecontext; // no namespace because only used internally
message TarsumBackup {
map<string, string> Hashes = 1;
}