Skip to content

Commit 47dc95e

Browse files
soninarengavin-aguiarGavin Aguiar
authored
Updated case of RpcMetadata Properties (#85) (#86)
Co-authored-by: Gavin Aguiar <[email protected]> Co-authored-by: gavin-aguiar <[email protected]> Co-authored-by: Gavin Aguiar <[email protected]>
1 parent 1492027 commit 47dc95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/FunctionRpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ message RpcFunctionMetadata {
326326
// Properties for function metadata
327327
// They're usually specific to a worker and largely passed along to the controller API for use
328328
// outside the host
329-
map<string,string> Properties = 16;
329+
map<string,string> properties = 16;
330330
}
331331

332332
// Host tells worker it is ready to receive metadata

0 commit comments

Comments
 (0)