ipld-eth-server/vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto

10 lines
163 B
Protocol Buffer
Raw Normal View History

syntax = "proto2";
package protobuf;
message SimpleMessage {
required string description = 1;
required int32 id = 2;
optional string metadata = 3;
}