mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
added vendors
This commit is contained in:
10
vendor/github.com/gogo/protobuf/test/issue262/timefail.proto
generated
vendored
Normal file
10
vendor/github.com/gogo/protobuf/test/issue262/timefail.proto
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
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];
|
||||
}
|
Reference in New Issue
Block a user