From 66b21fd2e3c53e4a820e3343b192be7b043da110 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 17:00:53 +0100 Subject: a more complete command set --- common/commands/fetchentity.fbs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/commands/fetchentity.fbs (limited to 'common/commands/fetchentity.fbs') diff --git a/common/commands/fetchentity.fbs b/common/commands/fetchentity.fbs new file mode 100644 index 0000000..ddca275 --- /dev/null +++ b/common/commands/fetchentity.fbs @@ -0,0 +1,9 @@ +namespace Akonadi2; + +table FetchEntity { + revision: ulong; + entityId: string; + properties: [string]; +} + +root_type FetchEntity; -- cgit v1.2.3