cmd

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: MIT Imports: 1 Imported by: 1

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 AddFlag added in v0.0.4

type AddFlag struct {
	MustContain    string `json:"mustContain"`
	MustNotContain string `json:"mustNotContain"`
	UseRegexp      bool   `json:"useRegexp"`
	Group          string `json:"group"`
	Index          int    `json:"index"`
	FeedInfoName   string `json:"feedInfoName"`
}

type Cmd

type Cmd struct {
	Cmd cTyp            `json:"cmd"`
	Arg string          `json:"arg"`
	Raw json.RawMessage `json:"raw"`
}

type LsiFlag added in v0.0.4

type LsiFlag struct {
	SearchList bool `json:"searchList"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL