go-libp2p-resource-manager/limit.go
2022-01-17 12:33:01 +02:00

6 lines
64 B
Go

package rcmgr
type Limit interface {
GetMemoryLimit() int64
}