mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-06 15:01:13 -05:00
This add the grpc protobuf service definitions for the new plugin protocol, as well as the generated code.
4 lines
80 B
Go
4 lines
80 B
Go
//go:generate protoc -I ./ plugin.proto --go_out=plugins=grpc:./
|
|
|
|
package proto
|