summaryrefslogtreecommitdiffstats
path: root/common/domain
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain')
-rw-r--r--common/domain/event.fbs10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs
new file mode 100644
index 0000000..6865cc5
--- /dev/null
+++ b/common/domain/event.fbs
@@ -0,0 +1,10 @@
1namespace Akonadi2.Domain.Buffer;
2
3table Event {
4 summary:string;
5 description:string;
6 attachment:[ubyte];
7}
8
9root_type Event;
10file_identifier "AKFB";