MCPcopy
hub / github.com/hu17889/go_spider / ResourceManage

Interface ResourceManage

core/common/resource_manage/resource_manage.go:5–10  ·  view source on GitHub ↗

ResourceManage is an interface that who want implement an management object can realize these functions.

Source from the content-addressed store, hash-verified

3
4// ResourceManage is an interface that who want implement an management object can realize these functions.
5type ResourceManage interface {
6 GetOne()
7 FreeOne()
8 Has() uint
9 Left() uint
10}

Callers 3

RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65

Implementers 1

ResourceManageChancore/common/resource_manage/resource_m

Calls

no outgoing calls

Tested by

no test coverage detected