Skip to content

Commit 02674d7

Browse files
gavin-aguiarGavin Aguiar
andauthored
Updated case of RpcMetadata Properties (#85)
Co-authored-by: Gavin Aguiar <[email protected]>
1 parent 27a28ca commit 02674d7

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)