Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin/v3/plugin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ message GetVersion {

message Init {
message Request {
// Internal plugin-specific spec
bytes spec = 1;
bytes spec = 1; // Internal plugin-specific spec
bool no_connection = 2; // A flag to indicate plugins should skip establishing a connection
}
message Response {}
}
Expand Down