mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Derek McGowan](/assets/img/avatar_default.png)
Updates swarmkit, grpc, and all related vendors Signed-off-by: Derek McGowan <derek@mcgstyle.net>
12 lines
246 B
Protocol Buffer
12 lines
246 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package issue270.a;
|
|
|
|
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
|
import "github.com/gogo/protobuf/test/issue270/b/b.proto";
|
|
|
|
option (gogoproto.populate_all) = true;
|
|
|
|
message A2 {
|
|
optional issue270.b.B b = 1;
|
|
}
|