Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expression ¶
type Expression interface {
// Evaluate the expression using the provided input type.
// The return value can be either int32, bool or string.
// The evaluation fails as soon as an error arises.
Evaluate(event cloudevents.Event) (interface{}, error)
}
Expression represents a parsed CloudEvents SQL Expression.
type Type ¶
type Type uint8
func TypeFromVal ¶
func TypeFromVal(val interface{}) Type
func (Type) IsSameType ¶
Click to show internal directories.
Click to hide internal directories.