mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-07 06:30:53 +08:00
10 lines
176 B
Protocol Buffer
10 lines
176 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package api;
|
|
option go_package = "github.com/onepanelio/core/api/gen";
|
|
|
|
message Metric {
|
|
string name = 1;
|
|
double value = 2;
|
|
string format = 3;
|
|
} |