File: user.proto

package info (click to toggle)
python-confluent-kafka 1.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,900 kB
  • sloc: python: 8,335; ansic: 6,065; sh: 1,203; makefile: 178
file content (7 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
syntax = "proto3";

message User {
    string name = 1;
    int64 favorite_number = 2;
    string favorite_color = 3;
}