summaryrefslogtreecommitdiffstats
path: root/common/entity.fbs
blob: fe9b7274f4dc88e6b86df8071858e70f54548f76 (plain)
1
2
3
4
5
6
7
8
9
namespace Sink;

table Entity {
    metadata: [ubyte];
    resource: [ubyte];
    local: [ubyte];
}

root_type Entity;