Documentation
¶
Index ¶
Constants ¶
View Source
const ( Add cTyp = iota AddFeed Remove Ls LsItems Status Stop Rename )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { Cmd cTyp `json:"cmd"` Arg string `json:"arg"` Raw json.RawMessage `json:"raw"` }
type CommandCase ¶ added in v0.0.7
type CommandCase struct {
// contains filtered or unexported fields
}
func NewCommandCase ¶ added in v0.0.7
Click to show internal directories.
Click to hide internal directories.