aboutsummaryrefslogblamecommitdiffhomepage
path: root/vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.proto
blob: 345d0a1c1f2366482bcc76792c219e00409e3568 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                               
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);
}