Closed
Description
Looking at the Go lang tempaltes, I am seeing some nice hooks to plug into the lifecycle of a function:
https://github.com/knative/func/blob/main/templates/go/.instanced-http/function.go#L34-L69
It would be nice if other SDKs/languages, such as Node.js
, quarkus
would have these APIs:
Start
Stop
Alive
Ready
Seems pretty handy
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done