blob: 345d0a1c1f2366482bcc76792c219e00409e3568 [file] [log] [blame]
syntax = "proto3";
package plugin;
option go_package = "plugin";
message Empty {
}
// The GRPCController is responsible for telling the plugin server to shutdown.
service GRPCController {
rpc Shutdown(Empty) returns (Empty);
}