mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
7 lines
150 B
Protocol Buffer
7 lines
150 B
Protocol Buffer
syntax = "proto3";
|
|
option go_package = "github.com/grpc-ecosystem/grpc-gateway/examples/sub2";
|
|
package sub2;
|
|
|
|
message IdMessage {
|
|
string uuid = 1;
|
|
}
|