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

Functions

func FunctionExprDecls

func FunctionExprDecls() []*exprpb.Decl

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

func TypeExprDecls() []*exprpb.Decl

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

standard.go

Version
v0.17.5
Published
Aug 23, 2023
Platform
js/wasm
Imports
8 packages
Last checked
9 seconds ago

Tools for package owners.