Documentation ¶
Overview ¶
Package conditiontype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Always = ConditionType{"always"} Never = ConditionType{"never"} Script = ConditionType{"script"} Compare = ConditionType{"compare"} Arraycompare = ConditionType{"array_compare"} )
Functions ¶
This section is empty.
Types ¶
type ConditionType ¶
type ConditionType struct {
Name string
}
func (ConditionType) MarshalText ¶
func (c ConditionType) MarshalText() (text []byte, err error)
func (ConditionType) String ¶
func (c ConditionType) String() string
func (*ConditionType) UnmarshalText ¶
func (c *ConditionType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.