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