Documentation
¶
Index ¶
Constants ¶
View Source
const ( Add cTyp = iota AddFeed Remove Ls LsItems Status Stop )
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"`
}
Click to show internal directories.
Click to hide internal directories.