refactor
This commit is contained in:
parent
a633cb7252
commit
6bf8f60a45
5 changed files with 15 additions and 63 deletions
|
@ -1,15 +1,7 @@
|
|||
#!/bin/env -S deno run --allow-net
|
||||
|
||||
import { MsgToClient, MsgToServer, mts } from "../common/mod.ts";
|
||||
import {
|
||||
channel,
|
||||
launch_caught,
|
||||
log_from,
|
||||
parsed_stream,
|
||||
Receiver,
|
||||
Sender,
|
||||
serialized_stream,
|
||||
} from "../common/utils.ts";
|
||||
import { channel, log_from, parsed_stream, Receiver, Sender, serialized_stream } from "../common/utils.ts";
|
||||
const log = log_from(import.meta);
|
||||
|
||||
export class Gateway {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue