| 30 | } |
| 31 | |
| 32 | type Account struct { |
| 33 | ID int64 `cel:"id"` |
| 34 | OwnerName string `cel:"owner"` |
| 35 | } |
| 36 | |
| 37 | // Example_cel_NativeTypes showcases evaluating Go native structs using ext.NativeTypes() with json struct tags |
| 38 | func Example_cel_NativeTypes() { |
nothing calls this directly
no outgoing calls
no test coverage detected