JCMais/node-libcurl

View on GitHub
examples/19-binary-data-protobuf/mock.proto

Summary

Maintainability
Test Coverage
syntax="proto3";

message RequestGreet {
  string name = 1;
  string message = 2;
}

message ResponseGreet {
  string message = 1;
}