summaryrefslogtreecommitdiffstats
path: root/common/commands/handshake.fbs
blob: 1d0b3cb4eb23871228563c7dc8fb2d269d48be59 (plain)
1
2
3
4
5
6
7
namespace Sink.Commands;

table Handshake {
    name: string;
}

root_type Handshake;