2023-03-28 23:48:58 +01:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-05-23 10:37:52 -04:00
|
|
|
version: v1
|
|
|
|
managed:
|
|
|
|
enabled: true
|
|
|
|
go_package_prefix:
|
2023-02-17 16:14:46 -05:00
|
|
|
default: github.com/hashicorp/consul/proto-public
|
2022-05-23 10:37:52 -04: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 11:30:54 -05:00
|
|
|
opt:
|
|
|
|
- paths=source_relative
|
2023-01-04 16:07:02 +00:00
|
|
|
- name: consul-rate-limit
|
|
|
|
out: .
|
|
|
|
opt:
|
|
|
|
- paths=source_relative
|