Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine is an OPA engine
type Operand ¶
type Operand struct { // T is the operand type T OperandType // V is the operand value V interface{} }
Val is an expression value
type OperandType ¶
type OperandType int
OperandType is a value type
const ( OperandTypeConstant OperandType = iota + 1 OperandTypeIndexField )
List of operand types
func (OperandType) String ¶
func (vt OperandType) String() string
Click to show internal directories.
Click to hide internal directories.