mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
10 lines
No EOL
232 B
Protocol Buffer
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];
|
|
} |