parent
6c5a858125
commit
52bbf4c827
|
@ -36,10 +36,10 @@ message Repo { // `autogenpb:marshal`
|
||||||
string state = 23; // status or state. useful for building tooling
|
string state = 23; // status or state. useful for building tooling
|
||||||
}
|
}
|
||||||
|
|
||||||
message Repos { // `autogenpb:marshal`
|
message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:mutex`
|
||||||
string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673`
|
string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673`
|
||||||
string version = 2; // maybe can be used for protobuf schema change violations
|
string version = 2; // `autogenpb:version:2`
|
||||||
repeated Repo repos = 3;
|
repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this
|
||||||
}
|
}
|
||||||
|
|
||||||
// should it be done this way?
|
// should it be done this way?
|
||||||
|
|
Loading…
Reference in New Issue