Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConditionsCmd ¶
type ConditionsCmd struct { Conditions []condition // contains filtered or unexported fields }
ConditionsCmd is command for the classic conditions expression operation.
func UnmarshalConditionsCmd ¶
func UnmarshalConditionsCmd(rawQuery map[string]interface{}, refID string) (*ConditionsCmd, error)
UnmarshalConditionsCmd creates a new ConditionsCmd.
func (*ConditionsCmd) Execute ¶
Execute runs the command and returns the results or an error if the command failed to execute.
func (*ConditionsCmd) NeedsVars ¶
func (ccc *ConditionsCmd) NeedsVars() []string
NeedsVars returns the variable names (refIds) that are dependencies to execute the command and allows the command to fulfill the Command interface.
Click to show internal directories.
Click to hide internal directories.