mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 12:20:24 +00:00
10 lines
232 B
Protocol Buffer
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];
|
|
} |