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