package canaconnect

type Message struct {
	Cmd  string   `json:"cmd"`
	Args []string `json:"args"`
}
