ceph-csi/vendor/github.com/gogo/protobuf/test/issue262/timefail.proto
Serguei Bezverkhi 7b24313bd6 vendor files
2018-01-10 13:42:26 -05:00

10 lines
232 B
Protocol Buffer

syntax = "proto3";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";
package timefail;
message TimeFail {
google.protobuf.Timestamp time_test = 1 [(gogoproto.stdtime) = true];
}