ADD: added new basic messages and added the parentID as an part of the identifier
This commit is contained in:
14
include/WHISPER/Messages/Protos/stringData.proto
Normal file
14
include/WHISPER/Messages/Protos/stringData.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
// [START declaration]
|
||||
syntax = "proto3";
|
||||
package messages.stringData;
|
||||
|
||||
// import "google/protobuf/timestamp.proto";
|
||||
// [END declaration]
|
||||
|
||||
|
||||
// [START messages]
|
||||
message StringData {
|
||||
string data = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user