~bigbes/tarantool

tarantool-protobuf

ref: 0044b1632684703ed499d1d7d6742536ff09c18e tarantool-protobuf/test/interop/fixtures/event_struct_value.txtpb -rw-r--r-- 496 bytes
0044b163 — Eugene Blikh codegen: text-format printer (pb.text.encode + <Msg>_text wrappers) 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# type: hello.Event
# Single-key payload to avoid map-iteration order ambiguity. The multi-key
# Struct cases are covered by struct_value_test.lua round-trip assertions;
# this fixture pins our wire bytes to mainline protoc's output.
title: "interop"
payload {
  fields { key: "region" value { string_value: "us-east-1" } }
}
attribute { string_value: "hi" }
tags {
  values { number_value: 1 }
  values { string_value: "two" }
  values { bool_value: true }
  values { null_value: NULL_VALUE }
}