ceph-csi/vendor/github.com/gogo/protobuf/test/issue261/issue261.proto
2018-12-19 15:29:25 +01:00

12 lines
254 B
Protocol Buffer

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];
}