We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d86622 commit 97d960dCopy full SHA for 97d960d
1 file changed
plugin/v3/plugin.proto
@@ -58,6 +58,7 @@ message Init {
58
message Request {
59
bytes spec = 1; // Internal plugin-specific spec
60
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)
62
}
63
message Response {}
64
0 commit comments