Rework exchanges, rework stores, add dialog API

This commit is contained in:
Christopher Schnick
2022-06-17 05:24:09 +02:00
parent b8164339d0
commit 9440037f03
45 changed files with 711 additions and 428 deletions

View File

@@ -29,6 +29,8 @@ module io.xpipe.beacon {
ModeExchange,
StatusExchange,
StopExchange,
RenameStoreExchange,
RemoveStoreExchange,
StoreAddExchange,
WritePreparationExchange,
WriteExecuteExchange,
@@ -36,11 +38,11 @@ module io.xpipe.beacon {
ReadPreparationExchange,
QueryTextDataExchange,
ReadExecuteExchange,
ListStoresExchange,
DialogExchange,
QueryDataSourceExchange,
StoreStreamExchange,
EditPreparationExchange,
EditExecuteExchange,
EditExchange,
RemoveEntryExchange,
RemoveCollectionExchange,
RenameCollectionExchange,