You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hello All,
Currently I am studying go-lang and working on a project that I wanted to allow user run application locally as well as remotely then collect results using user gcloud temp token or service credentials that user specifically created for this app. By remotely I mean that running application will create a temporary google function run it fetch status and terminate it. I have figured that there is a api for that:
I am looking for a basic example to do CRUD google functions via go using this api with basic auth features. If any one of you can give me some direction I would appreciate for the help!