consul/proto-public/buf.gen.yaml
Matt Keeler 53fcc5d9a5
Add protoc generator to emit resource type variables (#18957)
The annotations include a little more data than is strictly necessary because we will also have a protoc generator for openapi output.
2023-09-21 17:18:47 -04:00

31 lines
597 B
YAML

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/hashicorp/consul/proto-public
plugins:
- name: go
out: .
opt: paths=source_relative
- name: go-grpc
out: .
opt:
- paths=source_relative
- require_unimplemented_servers=false
- name: go-binary
out: .
opt:
- paths=source_relative
- name: resource-types
out: .
opt:
- paths=source_relative
strategy: all
- name: consul-rate-limit
out: .
opt:
- paths=source_relative