# Functions
AggregatorOperatorString retrieves an enum value from the enum constants string name.
AggregatorOperatorStrings returns a slice of all String values of the enum.
AggregatorOperatorValues returns all values of the enum.
No description provided by the author
NewMockVisitor creates a new instance of MockVisitor.
No description provided by the author
UnaryOperatorString retrieves an enum value from the enum constants string name.
UnaryOperatorStrings returns a slice of all String values of the enum.
UnaryOperatorValues returns all values of the enum.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MockVisitor is an autogenerated mock type for the Visitor type.
MockVisitor_EnterExpressionElement_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'EnterExpressionElement'.
No description provided by the author
MockVisitor_LeaveExpressionElement_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LeaveExpressionElement'.
MockVisitor_Literal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Literal'.
No description provided by the author
# Interfaces
No description provided by the author
go:generate go run github.com/vektra/mockery/v2 --name=Comparison.
No description provided by the author
No description provided by the author
go:generate go run github.com/vektra/mockery/v2 --name=Visitor --testonly=False.
# Type aliases
go:generate go run github.com/raito-io/enumer -type=AggregatorOperator -values -gqlgen -yaml -json -trimprefix=AggregatorOperator.
No description provided by the author
go:generate go run github.com/raito-io/enumer -type=UnaryOperator -values -gqlgen -yaml -json -trimprefix=UnaryOperator.