]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/go-plugin/internal/plugin/grpc_controller.proto
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / go-plugin / internal / plugin / grpc_controller.proto
1 syntax = "proto3";
2 package plugin;
3 option go_package = "plugin";
4
5 message Empty {
6 }
7
8 // The GRPCController is responsible for telling the plugin server to shutdown.
9 service GRPCController {
10 rpc Shutdown(Empty) returns (Empty);
11 }