1
0
Fork 0
telegraf/plugins/parsers/xpath/testcases/protobuf_skip_bytes_grpc/message.proto
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

10 lines
131 B
Protocol Buffer

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