DEBSOURCES
Skip Quicknav
sources / python-aristaproto / 1.2%2Breally0.1.4-3 / tests / inputs / ref / repeatedmessage.proto
1234567891011
syntax = "proto3"; package repeatedmessage; message Test { repeated Sub greetings = 1; } message Sub { string greeting = 1; }