Files
Maksim Nabokikh 175dc57a3b feat(cel): implement CEL compiler with library (#4607)
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2026-03-13 21:25:00 +01:00

5 lines
183 B
Go

// Package library provides custom CEL function libraries for Dex.
// Each library implements the cel.Library interface and can be registered
// in a CEL environment.
package library