mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
7 lines
136 B
Protocol Buffer
7 lines
136 B
Protocol Buffer
syntax = "proto2";
|
|
option go_package = "sub";
|
|
package grpc.gateway.examples.sub;
|
|
|
|
message StringMessage {
|
|
required string value = 1;
|
|
}
|