Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommandResultProcessChanSize = 16
Functions ¶
func GenerateCallbackFunc ¶
func GenerateCallbackFunc() (func(*generalCommandTransceiver.CommandResult) error, chan CommandProcessResult)
Types ¶
type CommandProcessResult ¶
type CommandProcessResult struct { generalCommandTransceiver.BasicCommandResult TaskID string `json:"task_id"` }
func UnmarshalJSON ¶
func UnmarshalJSON(strJSON string) (sr CommandProcessResult, err error)
JSON解析无抢救版,如果JSON不完整或有错误,则直接报错,不抢救其中可用信息片段
Click to show internal directories.
Click to hide internal directories.