azure-functions-golang-worker
azure-functions-golang-worker copied to clipboard
Immediate operation from user function
Right now, when there is an out binding, any output data is sent together with the invocation response - in C# (at least) there is the possibility to have data sent as the function is executing, and the ability to actually check for any errors while still being in the function.
The same should(?) be true for logs - related #3
Added logging in f3c403fe4dbf74b64aedf5ec7c2a042c63131648