Initial QSfera import
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package qsfera.messages.eventhistory.v0;
|
||||
|
||||
option go_package = "github.com/qsfera/server/protogen/gen/qsfera/messages/eventhistory/v0";
|
||||
|
||||
message Event {
|
||||
// REQUIRED.
|
||||
string type = 1;
|
||||
// REQUIRED.
|
||||
string id = 2;
|
||||
// REQUIRED
|
||||
bytes event = 3;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user