github.com/onsi/gomega@v1.32.0/ghttp/protobuf/simple_message.proto (about)

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