1 2 3 4 5 6 7
package dmmsg type BaseRawMessage[I any, D any] struct { Cmd string `json:"cmd"` Info I `json:"info"` Data D `json:"data"` }