mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
e5842cd81a
* Make proto-public license MPL * Add proto-public dir to exclusion list in .copywrite.hcl
26 lines
504 B
YAML
26 lines
504 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: consul-rate-limit
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|