package sdkstruct // SDKInfo db type SDKInfo struct { 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 }