open-consul/proto/private/pbacl/acl.proto
Ronald 71fb0a723e
Copyright headers for missing files/folders (#16708)
* copyright headers for agent folder
2023-03-28 18:48:58 -04:00

13 lines
214 B
Protocol Buffer

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";
package hashicorp.consul.internal.acl;
message ACLLink {
string ID = 1;
// @gotags: hash:ignore-"
string Name = 2;
}