diff options
Diffstat (limited to 'common/commands/createentity.fbs')
-rw-r--r-- | common/commands/createentity.fbs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/commands/createentity.fbs b/common/commands/createentity.fbs new file mode 100644 index 0000000..564c231 --- /dev/null +++ b/common/commands/createentity.fbs | |||
@@ -0,0 +1,8 @@ | |||
1 | namespace Akonadi2; | ||
2 | |||
3 | table CreateEntity { | ||
4 | domainType: string; | ||
5 | delta: [ubyte]; | ||
6 | } | ||
7 | |||
8 | root_type CreateEntity; | ||