mirror of
https://github.com/openziti/zrok.git
synced 2024-11-26 01:54:09 +01:00
11 lines
288 B
Go
11 lines
288 B
Go
//go:build tools
|
|
|
|
package agentGrpc
|
|
|
|
import (
|
|
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
|
|
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
|
|
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
)
|