We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
invocationMode
1 parent d4fe79b commit 5121d1dCopy full SHA for 5121d1d
go/porcelain/deploy_test.go
@@ -449,7 +449,7 @@ func TestBundleWithManifest(t *testing.T) {
449
"runtime": "some-other-runtime",
450
"mainFile": "/some/path/hello-py-function-test",
451
"name": "hello-py-function-test",
452
- "invocation_mode": "stream"
+ "invocationMode": "stream"
453
}
454
],
455
"version": 1
go/porcelain/functions_manifest.go
@@ -15,5 +15,5 @@ type functionsManifestEntry struct {
15
Schedule string `json:"schedule"`
16
DisplayName string `json:"displayName"`
17
Generator string `json:"generator"`
18
- InvocationMode string `json:"invocation_mode"`
+ InvocationMode string `json:"invocationMode"`
19
0 commit comments