Tizen_4.0 base
[platform/upstream/docker-engine.git] / builder / remotecontext / tarsum.proto
1 syntax = "proto3";
2
3 package remotecontext; // no namespace because only used internally
4
5 message TarsumBackup {
6   map<string, string> Hashes = 1;
7 }