Documentation
¶
Overview ¶
Package quantifier https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/watcher/_types/Conditions.ts#L72-L75
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Some = Quantifier{"some"} All = Quantifier{"all"} )
Functions ¶
This section is empty.
Types ¶
type Quantifier ¶
type Quantifier struct {
// contains filtered or unexported fields
}
func (Quantifier) MarshalText ¶
func (q Quantifier) MarshalText() (text []byte, err error)
func (Quantifier) String ¶
func (q Quantifier) String() string
func (*Quantifier) UnmarshalText ¶
func (q *Quantifier) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.