Add more data sources and refactor some parts

This commit is contained in:
Christopher Schnick
2022-03-03 16:44:14 +01:00
parent bcc581c0bd
commit 2c041ecb0e
42 changed files with 775 additions and 196 deletions

View File

@@ -3,4 +3,5 @@ module io.xpipe.api {
requires io.xpipe.beacon;
exports io.xpipe.api;
exports io.xpipe.api.connector;
}