Refactor adapter

This commit is contained in:
世界
2022-07-01 19:34:02 +08:00
parent 60691819b1
commit 9f4c0ff624
32 changed files with 939 additions and 1201 deletions

View File

@@ -15,7 +15,3 @@ type Outbound interface {
NewPacketConnection(ctx context.Context, conn N.PacketConn, destination M.Socksaddr) error
N.Dialer
}
type OutboundInitializer interface {
Init(outbound Outbound) error
}