mirror of https://github.com/hashicorp/consul
10 lines
144 B
Protocol Buffer
10 lines
144 B
Protocol Buffer
![]() |
syntax = "proto3";
|
||
|
|
||
![]() |
package hashicorp.consul.internal.acl;
|
||
![]() |
|
||
![]() |
message ACLLink {
|
||
![]() |
string ID = 1;
|
||
|
// @gotags: hash:ignore-"
|
||
|
string Name = 2;
|
||
![]() |
}
|