wowlet/cmake/test-protobuf.proto

8 lines
117 B
Protocol Buffer
Raw Normal View History

syntax = "proto2";
import "google/protobuf/descriptor.proto";
message Success {
optional string message = 1;
}