Replies: 1 comment 2 replies
-
| This example looks pretty much the same https://github.com/google/cel-go/blob/master/examples/custom_global_function_test.go | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
For the expression
upper("abc") == "ABC"I am getting this errorBut I have correctly specified the function declaration, I believe? Judging from the error, it's looking for a member function and not a global function.
Can someone please point me in the right direction as I am completely stuck
I am using
0.21.0Beta Was this translation helpful? Give feedback.
All reactions