Skip to content

Commit 493e630

Browse files
authored
Add function app dir to worker init request (#67)
1 parent 576c9de commit 493e630

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
@@ -113,6 +113,9 @@ message WorkerInitRequest {
113113

114114
// Full path of worker.config.json location
115115
string worker_directory = 4;
116+
117+
// base directory for function app
118+
string function_app_directory = 5;
116119
}
117120

118121
// Worker responds with the result of initializing itself

0 commit comments

Comments
 (0)