Documentation
¶
Overview ¶
Package queryruletype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Pinned = QueryRuleType{"pinned"} Exclude = QueryRuleType{"exclude"} )
Functions ¶
This section is empty.
Types ¶
type QueryRuleType ¶
type QueryRuleType struct {
Name string
}
func (QueryRuleType) MarshalText ¶
func (q QueryRuleType) MarshalText() (text []byte, err error)
func (QueryRuleType) String ¶
func (q QueryRuleType) String() string
func (*QueryRuleType) UnmarshalText ¶
func (q *QueryRuleType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.