need marshal here
This commit is contained in:
parent
59a796c1af
commit
56559d9ee1
|
@ -35,7 +35,7 @@ message Widget {
|
||||||
// string color = 5;
|
// string color = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Widgets {
|
message Widgets { // `autogenpb:marshal`
|
||||||
string uuid = 1; // `autogenpb:uuid:0331fcd7-3c8c-43e4-be1b-77db6a6bc58c`
|
string uuid = 1; // `autogenpb:uuid:0331fcd7-3c8c-43e4-be1b-77db6a6bc58c`
|
||||||
string version = 2; // `autogenpb:version:v1`
|
string version = 2; // `autogenpb:version:v1`
|
||||||
repeated Widget Widgets = 3;
|
repeated Widget Widgets = 3;
|
||||||
|
|
Loading…
Reference in New Issue