func TestLazyMapType(t *testing.T) { … } type testActivation … func compileAndRun(env *cel.Env, activation *testActivation, exp string) (ref.Val, error) { … } func buildTestEnv() (*cel.Env, *apiservercel.DeclType, error) { … } func (a *testActivation) ResolveName(name string) (any, bool) { … } func (a *testActivation) Parent() interpreter.Activation { … }