zhangmeng
2019-12-20 e0b3d1f0183c43e4395d85b0fbcc9db775cc834c
update
1个文件已修改
12 ■■■■■ 已修改文件
sdk.go 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sdk.go
@@ -5,3 +5,15 @@
    IpcID   string
    SdkType string
}
// MsgSDK sdk msg
type MsgSDK struct {
    // protomsg.SdkMessage
    MsgData []byte
    // all sdk count
    SdkCount int
    // current sdk index
    SdkIndex int
    // current sdk result len
    SdkDataLen int
}