mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2025-02-04 05:40:10 +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
|