...

Text file src/github.com/go-kit/kit/transport/http/proto/proto_test.proto

Documentation: github.com/go-kit/kit/transport/http/proto

     1syntax = "proto3";
     2
     3message Cat {
     4    int32 Age = 1;
     5    string Breed = 2;
     6    string Name = 3;
     7}

View as plain text