Codebase list golang-github-go-kit-kit / 5550f4e transport / http / proto / proto_test.proto
5550f4e

Tree @5550f4e (Download .tar.gz)

proto_test.proto @5550f4eraw · history · blame

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

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