github.com/hashicorp/go-plugin@v1.6.0/internal/plugin/grpc_controller.proto (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 syntax = "proto3"; 5 package plugin; 6 option go_package = "./plugin"; 7 8 message Empty { 9 } 10 11 // The GRPCController is responsible for telling the plugin server to shutdown. 12 service GRPCController { 13 rpc Shutdown(Empty) returns (Empty); 14 }