// Test provides a test() function that returns true. func Test(options ...TestOption) cel.EnvOption { … } type testLib … func (*testLib) LibraryName() string { … } type TestOption … func TestVersion(version uint32) func(lib *testLib) *testLib { … } func (t *testLib) CompileOptions() []cel.EnvOption { … } func (*testLib) ProgramOptions() []cel.ProgramOption { … }