This commit is contained in:
Sergey Cherepanov 2023-06-23 16:57:51 +02:00
parent 894f4db1ff
commit 49c3178f65
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

@ -20,10 +20,6 @@ type Transport interface {
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
type MultiConn interface {
// Context returns the connection context that contains handshake details