Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Selector ¶
type Selector struct { Key string Op SelectorOp Values []string }
func PareSelectors ¶
type SelectorOp ¶
type SelectorOp string
const ( SelectorOpEqual SelectorOp = "=" SelectorOpIn SelectorOp = "in" )
Click to show internal directories.
Click to hide internal directories.