summaryrefslogtreecommitdiffstats
path: root/common/commands/fetchentity.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/fetchentity.fbs')
-rw-r--r--common/commands/fetchentity.fbs9
1 files changed, 9 insertions, 0 deletions
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 @@
1namespace Akonadi2;
2
3table FetchEntity {
4 revision: ulong;
5 entityId: string;
6 properties: [string];
7}
8
9root_type FetchEntity;