Categorygithub.com/wzshiming/easycel
modulepackage
0.6.0
Repository: https://github.com/wzshiming/easycel.git
Documentation: pkg.go.dev

# README

Easy CEl

Go Report Card GoDoc GitHub license

Easy CEL is a wrapping of https://github.com/google/cel-go

License

Licensed under the MIT License. See LICENSE for the full license text.

# Functions

NewEnvironment creates a new CEL environment.
NewRegistry creates adapter new Registry.
WithTagName sets the tag name used to convert types to CEL types.
WithTypeAdapter sets the type adapter used to convert types to CEL types.
WithTypeProvider sets the type provider used to convert types to CEL types.

# Structs

Environment is a wrapper around CEL environment.
No description provided by the author

# Interfaces

Type provider for native types.

# Type aliases

No description provided by the author