DEBSOURCES
Skip Quicknav
sources / python-confluent-kafka / 1.7.0-4 / examples / user.proto
1234567
syntax = "proto3"; message User { string name = 1; int64 favorite_number = 2; string favorite_color = 3; }