Refactor adapter

This commit is contained in:
世界
2022-07-01 19:34:02 +08:00
parent cfa35e5a92
commit 737a61be66
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
}