Documentation
¶
Index ¶
Constants ¶
View Source
const PredicateEngineID = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PredicateParams ¶
type PredicateParams struct { Entrypoint string // function name to call from the WASM binary Args []byte // "fixed arguments" i.e. configuration for the WASM predicate // contains filtered or unexported fields }
PredicateParams is the data struct encoded in Predicate.Params field for WASM predicates
func (PredicateParams) IsValid ¶
func (pp PredicateParams) IsValid() error
Click to show internal directories.
Click to hide internal directories.