mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
added vendors
This commit is contained in:
12
vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto
generated
vendored
Normal file
12
vendor/github.com/gogo/protobuf/test/issue270/a/a1.proto
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
syntax = "proto2";
|
||||
|
||||
package issue270.a;
|
||||
|
||||
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
||||
import "github.com/gogo/protobuf/test/issue270/a/a2.proto";
|
||||
|
||||
option (gogoproto.populate_all) = true;
|
||||
|
||||
message A1 {
|
||||
optional A2 a2 = 1;
|
||||
}
|
12
vendor/github.com/gogo/protobuf/test/issue270/a/a2.proto
generated
vendored
Normal file
12
vendor/github.com/gogo/protobuf/test/issue270/a/a2.proto
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user