...

Text file src/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto

Documentation: github.com/onsi/gomega/ghttp/protobuf

     1syntax = "proto2";
     2
     3package protobuf;
     4
     5option go_package = "./;protobuf";
     6
     7message SimpleMessage {
     8    required string description = 1;
     9    required int32 id = 2;
    10    optional string metadata = 3;
    11}

View as plain text