protos: remove need for customname on ID fields
Credit to Aaron Lehmann for the implementation from SwarmKit. Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -19,7 +19,7 @@ enum Kind {
|
||||
// Snapshot defines the storage type for a snapshot in the
|
||||
// metadata store.
|
||||
message Snapshot {
|
||||
uint64 id = 1 [(gogoproto.customname) = "ID"];
|
||||
uint64 id = 1;
|
||||
string parent = 2;
|
||||
Kind kind = 4;
|
||||
bool readonly = 5;
|
||||
|
||||
Reference in New Issue
Block a user