Feature: add experimental provider
This commit is contained in:
@ -61,7 +61,6 @@ type ProxyAdapter interface {
|
||||
DialContext(ctx context.Context, metadata *Metadata) (Conn, error)
|
||||
DialUDP(metadata *Metadata) (PacketConn, net.Addr, error)
|
||||
SupportUDP() bool
|
||||
Destroy()
|
||||
MarshalJSON() ([]byte, error)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user