forgepb/uuid.proto

11 lines
344 B
Protocol Buffer

syntax = "proto3";
// experiment to identify .pb files incase things go sideways
package forgepb;
// autogenpb:no-sort
message UuidConfigs { // `autogenpb:marshal`
string uuid = 1; // could be useful for /usr/share/file/magic someday?
string version = 2; // could be used for protobuf schema change violations?
}