ceph-csi/vendor/github.com/gogo/protobuf/test/issue261/issue261.proto

12 lines
254 B
Protocol Buffer
Raw Normal View History

2018-12-19 14:29:25 +00:00
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];
}