Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Library ¶
type Library interface {
// SingletonLibrary provides the library name and ensures the library can be safely registered into environments.
cel.SingletonLibrary
// Types provides all custom types introduced by the library.
Types() []*cel.Type
// Declarations returns all function Declarations provided by the library.
Declarations() map[string][]cel.FunctionOpt
// CostEstimator provides a cost estimator for the library.
CostEstimator() checker.CostEstimator
}
Library represents a CEL library used by node-agent.
Click to show internal directories.
Click to hide internal directories.