From 57a88e6c1514b85d25b066059defcd62d2ccd8d6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 9 Mar 2017 16:14:02 +0100 Subject: Addressbook support --- common/domain/addressbook.fbs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/domain/addressbook.fbs (limited to 'common/domain/addressbook.fbs') diff --git a/common/domain/addressbook.fbs b/common/domain/addressbook.fbs new file mode 100644 index 0000000..c2bda2b --- /dev/null +++ b/common/domain/addressbook.fbs @@ -0,0 +1,9 @@ +namespace Sink.ApplicationDomain.Buffer; + +table Addressbook { + name:string; + parent:string; +} + +root_type Addressbook; +file_identifier "AKFB"; -- cgit v1.2.3