Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicRule ¶
type BasicRule struct{}
BasicRule implements the Init(), WindowInterval(), Window() and Close() functions. It is useful for stateless Rules that don't need to implement them. It can be added to your basic rule like so
type MyBasicRule struct { rule_helpers.BasicRule }
func (*BasicRule) WindowInterval ¶
Click to show internal directories.
Click to hide internal directories.