2023-03-28 22:48:58 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-05-23 14:37:52 +00:00
|
|
|
version: v1
|
|
|
|
managed:
|
|
|
|
enabled: true
|
|
|
|
go_package_prefix:
|
2023-02-17 21:14:46 +00:00
|
|
|
default: github.com/hashicorp/consul/proto-public
|
2022-05-23 14:37:52 +00:00
|
|
|
plugins:
|
|
|
|
- name: go
|
|
|
|
out: .
|
|
|
|
opt: paths=source_relative
|
|
|
|
- name: go-grpc
|
|
|
|
out: .
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
|
|
|
- require_unimplemented_servers=false
|
|
|
|
- name: go-binary
|
|
|
|
out: .
|
2023-01-06 16:30:54 +00:00
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
2023-01-04 16:07:02 +00:00
|
|
|
- name: consul-rate-limit
|
|
|
|
out: .
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|