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.
1 parent 27a28ca commit 02674d7Copy full SHA for 02674d7
src/proto/FunctionRpc.proto
@@ -326,7 +326,7 @@ message RpcFunctionMetadata {
326
// Properties for function metadata
327
// They're usually specific to a worker and largely passed along to the controller API for use
328
// outside the host
329
- map<string,string> Properties = 16;
+ map<string,string> properties = 16;
330
}
331
332
// Host tells worker it is ready to receive metadata
0 commit comments