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

12 lines
233 B
Protocol Buffer
Raw Normal View History

2022-04-03 04:07:16 +00:00
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);
}