1
0
Fork 0
telegraf/plugins/parsers/xpath/testcases/protobuf_skip_bytes_grpc/message.proto

11 lines
131 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package native_type;
message Message {
string a = 1;
double b = 2;
int32 c = 3;
bool d = 4;
}