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 Term ¶
type Term struct {
Field data.FieldInterface
Expression ExpressionInterface
ExpressionLanguage data.ExpressionLanguage
}
Click to show internal directories.
Click to hide internal directories.