github.com/m3db/m3@v1.5.0/src/dbnode/testdata/prototest/test.proto (about)

     1  syntax = "proto3";
     2  
     3  package mainpkg;
     4  
     5  message TestMessage {
     6    double latitude = 1;
     7    double longitude = 2;
     8    int64 epoch = 3;
     9    bytes deliveryID = 4;
    10    map<string, string> attributes = 5;
    11  }