MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Account

Struct Account

examples/example_cel_native_structs_test.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type 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
38func Example_cel_NativeTypes() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected