Files
opentf/plugin/proto/generate.go
James Bardin 8f51b2fba5 add grpc service definitions
This add the grpc protobuf service definitions for the new plugin
protocol, as well as the generated code.
2018-10-16 18:53:51 -07:00

4 lines
80 B
Go

//go:generate protoc -I ./ plugin.proto --go_out=plugins=grpc:./
package proto