mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
added vendors
This commit is contained in:
11
vendor/github.com/gogo/protobuf/test/issue261/issue261.proto
generated
vendored
Normal file
11
vendor/github.com/gogo/protobuf/test/issue261/issue261.proto
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package issue261;
|
||||
|
||||
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
||||
|
||||
import "google/protobuf/duration.proto";
|
||||
|
||||
message MapStdTypes {
|
||||
map<int32,google.protobuf.Duration> nullableDuration = 3 [(gogoproto.stdduration) = true];
|
||||
}
|
Reference in New Issue
Block a user