1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/vendor/github.com/gogo/protobuf/test/issue262/timefail.proto

10 lines
No EOL
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];
}