Skip to content

Commit 77b0401

Browse files
authored
Add is_proxy to RpcFunctionMetadata (#35)
1 parent 8658260 commit 77b0401

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/proto/FunctionRpc.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ message RpcFunctionMetadata {
237237

238238
// Bindings info
239239
map<string, BindingInfo> bindings = 6;
240+
241+
// Is set to true for proxy
242+
bool is_proxy = 7;
240243
}
241244

242245
// Host requests worker to invoke a Function

0 commit comments

Comments
 (0)