package wxface // IWXTaskMgr 任务管理器 type IWXTaskMgr interface { Start() Stop() }