mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2025-01-28 04:30:08 +08:00
10 lines
252 B
Go
10 lines
252 B
Go
package connmgr
|
|
|
|
import (
|
|
"github.com/libp2p/go-libp2p/core/connmgr"
|
|
)
|
|
|
|
// NullConnMgr is a ConnMgr that provides no functionality.
|
|
// Deprecated: use github.com/libp2p/go-libp2p/core/connmgr.NullConnMgr instead
|
|
type NullConnMgr = connmgr.NullConnMgr
|