terraform-provider-google/vendor/github.com/hashicorp/go-plugin/internal/proto/grpc_controller.proto

11 lines
202 B
Protocol Buffer

syntax = "proto3";
package proto;
message Empty {
}
// The GRPCController is responsible for telling the plugin server to shutdown.
service GRPCController {
rpc Shutdown(Empty) returns (Empty);
}