ceph-csi/vendor/github.com/gogo/protobuf/test/issue261/issue261.proto
Serguei Bezverkhi 7b24313bd6 vendor files
2018-01-10 13:42:26 -05: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];
}