Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶
type Action struct {
Query []StateQuery
Perform *types.Command
}
Action is composed of a list of Queries and a Command to perform in case the AND composition of queries returns true
type MixedQuery ¶
MixedQuery compares an element of State.Current with a constant only if that element is different from the same in State.Previous
type StateQuery ¶
Click to show internal directories.
Click to hide internal directories.