-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go Instanced functions #2621
Comments
Building the
I do not see any statement on how to get the instanced func. Or is that not possible yet? |
Hi Matthias, Thank you this is in progress. Here's a quick update on the status: We now have full support for the instanced-base method signatures across all builders, so we can transition to the Instanced template, which includes inline documentation for how they work. To be clear, this is just a documentation issue, as the new method signatures work in tandem with the legacy "static" handlers without needing to recreate the Function. |
Currently we have zero documentation how to create an
instanced
Go-lang function, on our developer guide:Perhaps it would also make sense to change the default to be
instanced
, and than just document how to get the static handler, in case folks want that.The text was updated successfully, but these errors were encountered: