Documentation ¶
Overview ¶
Package ruleaction
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Skipresult = RuleAction{"skip_result"} Skipmodelupdate = RuleAction{"skip_model_update"} )
Functions ¶
This section is empty.
Types ¶
type RuleAction ¶
type RuleAction struct {
// contains filtered or unexported fields
}
func (RuleAction) MarshalText ¶
func (r RuleAction) MarshalText() (text []byte, err error)
func (RuleAction) String ¶
func (r RuleAction) String() string
func (*RuleAction) UnmarshalText ¶
func (r *RuleAction) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.