package stdlib
import "github.com/google/cel-go/common/stdlib"
Package stdlib contains all of the standard library function declarations and definitions for CEL.
Index ¶
- func FunctionExprDecls() []*exprpb.Decl
- func Functions() []*decls.FunctionDecl
- func TypeExprDecls() []*exprpb.Decl
- func Types() []*decls.VariableDecl
Functions ¶
func FunctionExprDecls ¶
FunctionExprDecls returns the legacy style protobuf-typed declarations for all functions and overloads in the CEL standard environment.
Deprecated: use Functions
func Functions ¶
func Functions() []*decls.FunctionDecl
Functions returns the set of standard library function declarations and definitions for CEL.
func TypeExprDecls ¶
TypeExprDecls returns the legacy style protobuf-typed declarations for all types in the CEL standard environment.
Deprecated: use Types
func Types ¶
func Types() []*decls.VariableDecl
Types returns the set of standard library types for CEL.
Source Files ¶
- Version
- v0.18.2
- Published
- Nov 10, 2023
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 1 second ago –
Tools for package owners.