# Functions
调用资源池中的资源.
销毁资源池.
获取数据库集合列表.
获取所有数据.
No description provided by the author
返回当前资源数量.
增删改查操作的统一方法 count操作resultPtr类型为*int list操作resultPtr类型为*map[string][]string find操作resultPtr类型为*map[string]interface{} insert操作resultPtr类型为*[]string,允许为nil(不接收id列表) update操作resultPtr为nil remove操作resultPtr为nil.
No description provided by the author
# Constants
分配插入.
# Variables
No description provided by the author
# Interfaces
增删改查操作.