Skip to content

Commit

Permalink
feat: Expose InvocationID to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bbernays authored Mar 25, 2024
1 parent 8d86622 commit 97d960d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/v3/plugin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ message Init {
message Request {
bytes spec = 1; // Internal plugin-specific spec
bool no_connection = 2; // A flag to indicate plugins should skip establishing a connection
string invocation_id = 3; // unique execution_id that will identify the invocation (sync, migrate etc)
}
message Response {}
}
Expand Down

0 comments on commit 97d960d

Please sign in to comment.