cleanup
This commit is contained in:
parent
894f4db1ff
commit
49c3178f65
@ -20,10 +20,6 @@ type Transport interface {
|
|||||||
Dial(ctx context.Context, addr string) (mc MultiConn, err error)
|
Dial(ctx context.Context, addr string) (mc MultiConn, err error)
|
||||||
}
|
}
|
||||||
|
|
||||||
type SubConn interface {
|
|
||||||
net.Conn
|
|
||||||
}
|
|
||||||
|
|
||||||
// MultiConn is an object of multiplexing connection containing handshake info
|
// MultiConn is an object of multiplexing connection containing handshake info
|
||||||
type MultiConn interface {
|
type MultiConn interface {
|
||||||
// Context returns the connection context that contains handshake details
|
// Context returns the connection context that contains handshake details
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user