Skip to content

Commit 97d960d

Browse files
authored
feat: Expose InvocationID to plugin
1 parent 8d86622 commit 97d960d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugin/v3/plugin.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ message Init {
5858
message Request {
5959
bytes spec = 1; // Internal plugin-specific spec
6060
bool no_connection = 2; // A flag to indicate plugins should skip establishing a connection
61+
string invocation_id = 3; // unique execution_id that will identify the invocation (sync, migrate etc)
6162
}
6263
message Response {}
6364
}

0 commit comments

Comments
 (0)