Skip to content

Commit

Permalink
Add function app dir to worker init request (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba authored Feb 16, 2022
1 parent 576c9de commit 493e630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/proto/FunctionRpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ message WorkerInitRequest {

// Full path of worker.config.json location
string worker_directory = 4;

// base directory for function app
string function_app_directory = 5;
}

// Worker responds with the result of initializing itself
Expand Down

0 comments on commit 493e630

Please sign in to comment.