package debugger type debugParam struct { Seq string `json:"seq"` Debug bool `json:"debug"` } type openParam struct { Seq string `json:"seq"` Kind string `json:"kind"` } type locationParam struct { Seq string `json:"seq"` Loc string `json:"loc"` } type ppvParam struct { Seq string `json:"seq"` Index uint8 `json:"index"` Value uint8 `json:"value"` }