go-libp2p-resource-manager/limit.go

6 lines
64 B
Go
Raw Normal View History

2021-12-22 17:39:46 +08:00
package rcmgr
type Limit interface {
GetMemoryLimit() int64
}