mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
175dc57a3b
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
5 lines
183 B
Go
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
|