mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-06 09:31:01 +00:00
Reformat [stage]
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import com.fasterxml.jackson.databind.Module;
|
||||
import io.xpipe.beacon.BeaconInterface;
|
||||
import io.xpipe.beacon.BeaconJacksonModule;
|
||||
import io.xpipe.beacon.api.*;
|
||||
import io.xpipe.core.util.ModuleLayerLoader;
|
||||
|
||||
import com.fasterxml.jackson.databind.Module;
|
||||
|
||||
open module io.xpipe.beacon {
|
||||
exports io.xpipe.beacon;
|
||||
exports io.xpipe.beacon.test;
|
||||
@@ -25,8 +26,19 @@ open module io.xpipe.beacon {
|
||||
BeaconInterface.Loader;
|
||||
provides Module with
|
||||
BeaconJacksonModule;
|
||||
provides BeaconInterface with ShellStartExchange, ShellStopExchange, ShellExecExchange, DaemonModeExchange, DaemonStatusExchange, DaemonFocusExchange, DaemonOpenExchange, DaemonStopExchange, HandshakeExchange, ConnectionQueryExchange,
|
||||
provides BeaconInterface with
|
||||
ShellStartExchange,
|
||||
ShellStopExchange,
|
||||
ShellExecExchange,
|
||||
DaemonModeExchange,
|
||||
DaemonStatusExchange,
|
||||
DaemonFocusExchange,
|
||||
DaemonOpenExchange,
|
||||
DaemonStopExchange,
|
||||
HandshakeExchange,
|
||||
ConnectionQueryExchange,
|
||||
AskpassExchange,
|
||||
TerminalWaitExchange,
|
||||
TerminalLaunchExchange, DaemonVersionExchange;
|
||||
TerminalLaunchExchange,
|
||||
DaemonVersionExchange;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user