Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ReadyToDispatch controlChan中的消息 下发任务 ReadyToDispatch = "d" // ReadyToExecute controlChan中的消息 执行任务 ReadyToExecute = "e" // CLOSE controlChan中的消息 关闭消息 CLOSE = "c" )
Variables ¶
This section is empty.
Functions ¶
func VideoClearDispatcher ¶
func VideoClearDispatcher(dc dataChan) error
VideoClearDispatcher 删除视频的任务分发方法
Types ¶
Click to show internal directories.
Click to hide internal directories.