mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 10:17:51 +00:00
8 lines
116 B
Protocol Buffer
8 lines
116 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package grpc.testing;
|
|
|
|
message ToBeExtened {
|
|
required int32 foo = 1;
|
|
extensions 10 to 20;
|
|
}
|