Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpressionInterface ¶
type ExpressionInterface interface {
String() string
Convert(targetFormat OutputFormat) (string, error)
}
type OutputFormat ¶
type OutputFormat string
const ( GRL OutputFormat = "GRL" JSON OutputFormat = "JSON" )
type RuleSet ¶
type RuleSet struct {
Key string
Name string
HitPolicy hitPolicy.HitPolicy
CollectOperator collectOperator.CollectOperator
Interference bool
Rules []Rule
}
type Term ¶
type Term struct {
Field field.Field
Expression ExpressionInterface
ExpressionLanguage expressionLanguage.ExpressionLanguage
}
Click to show internal directories.
Click to hide internal directories.