go
Invokes a native Go function registered on the engine. Use this step for logic that cannot be expressed in Starlark or SQL: proprietary business rules, third-party SDKs, outbound HTTP clients, or hardware cryptography.
Declaration
Attributes
Registration in Go
The return value is exported under steps.<name>.result.
Panic handling
Panics in a registered function are automatically recovered by the engine, converted to an RFC 9457 500 error response, and don't terminate the server process.