package api const ( TopicFrontendCmd = "front:cmd" ) type FrontendCmd struct { Action string `json:"action"` ID byte `json:"id"` Data []byte `json:"data"` }