Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
type Body struct { ReqHeader RequestHeader `json:"reqHead"` ReqBody RequestBody `json:"reqBody"` RepHeader ReplyHeader `json:"repHeader"` RepBody ReplyBody `json:"repBody"` }
type MiopPacket ¶
func CreateRepPacket ¶
func CreateRepPacket(params interface{}) MiopPacket
func CreateReqPacket ¶
func CreateReqPacket(op string, params []interface{}, adaptId int) MiopPacket
type ReplyHeader ¶
type RequestBody ¶
type RequestBody struct {
Body []interface{} `json:"body"`
}
Click to show internal directories.
Click to hide internal directories.