Codebase list golang-github-go-kit-kit / 3b9658d9-4065-4804-9af8-16961c419f60/v0.11.0 transport / http / proto / proto_test.proto
3b9658d9-4065-4804-9af8-16961c419f60/v0.11.0

Tree @3b9658d9-4065-4804-9af8-16961c419f60/v0.11.0 (Download .tar.gz)

proto_test.proto @3b9658d9-4065-4804-9af8-16961c419f60/v0.11.0raw · history · blame

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

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