Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Evaluator ¶
type Evaluator struct {
// contains filtered or unexported fields
}
func (*Evaluator) FilterSlice ¶
type ParserError ¶
type ParserError struct {
// contains filtered or unexported fields
}
func (*ParserError) Error ¶
func (e *ParserError) Error() string
type UnknownFieldError ¶
type UnknownFieldError struct {
// contains filtered or unexported fields
}
func (*UnknownFieldError) Error ¶
func (e *UnknownFieldError) Error() string
type UnsupportedDataTypeError ¶
type UnsupportedDataTypeError struct { }
func (*UnsupportedDataTypeError) Error ¶
func (e *UnsupportedDataTypeError) Error() string
type UnsupportedOperandError ¶
type UnsupportedOperandError struct {
// contains filtered or unexported fields
}
func (*UnsupportedOperandError) Error ¶
func (e *UnsupportedOperandError) Error() string
type UnsupportedOperatorError ¶
type UnsupportedOperatorError struct {
// contains filtered or unexported fields
}
func (*UnsupportedOperatorError) Error ¶
func (e *UnsupportedOperatorError) Error() string
Click to show internal directories.
Click to hide internal directories.