Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertRule ¶
type AlertRule struct {
// contains filtered or unexported fields
}
AlertRule AlertRule
type AndExpression ¶
type AndExpression struct {
// contains filtered or unexported fields
}
AndExpression &&
func NewAndExpression ¶
func NewAndExpression(exp string) (*AndExpression, error)
NewAndExpression NewAndExpression
type GreaterExpression ¶
type GreaterExpression struct {
// contains filtered or unexported fields
}
GreaterExpression >
func NewGreaterExpression ¶
func NewGreaterExpression(exp string) (*GreaterExpression, error)
NewGreaterExpression NewGreaterExpression
type IExpression ¶
IExpression interface
type LessExpression ¶
type LessExpression struct {
// contains filtered or unexported fields
}
LessExpression <
func NewLessExpression ¶
func NewLessExpression(exp string) (*LessExpression, error)
NewLessExpression NewLessExpression
Click to show internal directories.
Click to hide internal directories.