~bigbes/tarantool

tarantool-protobuf

ref: aff3ee429da985334d452b0b4e1b07ece0e2baea tarantool-protobuf/test/interop/fixtures/person_nested.txtpb -rw-r--r-- 207 bytes
aff3ee42 — Eugene Blikh M6: trace stability gate + two fixes 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# type: hello.Person
name: "Root"
friends {
  name: "Alice"
  age: 25
}
friends {
  name: "Bob"
  age: 31
  friends {
    name: "Carol"
  }
}
address {
  street: "Main St"
  city: "Springfield"
  zip: 100
}