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

Tree @d8776e0 (Download .tar.gz)

proto_test.proto @d8776e0raw · history · blame

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

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