Codebase list golang-github-go-kit-kit / run/dff50435-7a33-4f0c-bbdc-f455eb10d80a/main transport / http / proto / proto_test.proto
run/dff50435-7a33-4f0c-bbdc-f455eb10d80a/main

Tree @run/dff50435-7a33-4f0c-bbdc-f455eb10d80a/main (Download .tar.gz)

proto_test.proto @run/dff50435-7a33-4f0c-bbdc-f455eb10d80a/mainraw · history · blame

1
2
3
4
5
6
7
syntax = "proto3";

message Cat {
    int32 Age = 1;
    string Breed = 2;
    string Name = 3;
}