Home
last modified time | relevance | path

Searched defs:ACLRequest (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dacl_legacy.go124 type ACLRequest struct { struct
125 Datacenter string
126 Op ACLOp
127 ACL ACL
128 WriteRequest
131 func (r *ACLRequest) RequestDatacenter() string {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_legacy.go124 type ACLRequest struct { struct
125 Datacenter string
126 Op ACLOp
127 ACL ACL
128 WriteRequest
131 func (r *ACLRequest) RequestDatacenter() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_legacy.go124 type ACLRequest struct { struct
125 Datacenter string
126 Op ACLOp
127 ACL ACL
128 WriteRequest
131 func (r *ACLRequest) RequestDatacenter() string {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_legacy.go124 type ACLRequest struct { struct
125 Datacenter string
126 Op ACLOp
127 ACL ACL
128 WriteRequest
131 func (r *ACLRequest) RequestDatacenter() string {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/structs/
H A Dacl_legacy.go119 type ACLRequest struct { struct
120 Datacenter string
121 Op ACLOp
122 ACL ACL
123 WriteRequest
126 func (r *ACLRequest) RequestDatacenter() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_legacy.go120 type ACLRequest struct { struct
121 Datacenter string
122 Op ACLOp
123 ACL ACL
124 WriteRequest
127 func (r *ACLRequest) RequestDatacenter() string {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_legacy.go124 type ACLRequest struct { struct
125 Datacenter string
126 Op ACLOp
127 ACL ACL
128 WriteRequest
131 func (r *ACLRequest) RequestDatacenter() string {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl.go91 type ACLRequest struct { struct
92 Datacenter string
93 Op ACLOp
94 ACL ACL
95 WriteRequest
98 func (r *ACLRequest) RequestDatacenter() string {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl.go91 type ACLRequest struct { struct
92 Datacenter string
93 Op ACLOp
94 ACL ACL
95 WriteRequest
98 func (r *ACLRequest) RequestDatacenter() string {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl.go91 type ACLRequest struct { struct
92 Datacenter string
93 Op ACLOp
94 ACL ACL
95 WriteRequest
98 func (r *ACLRequest) RequestDatacenter() string {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_endpoint_legacy.go84 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
155 func (a *ACL) Apply(args *structs.ACLRequest, reply *string) error {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/
H A Dacl_endpoint_legacy.go80 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
150 func (a *ACL) Apply(args *structs.ACLRequest, reply *string) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_endpoint_legacy.go80 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
151 func (a *ACL) Apply(args *structs.ACLRequest, reply *string) error {
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dacl_endpoint_legacy.go90 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
157 func (a *ACL) Apply(args *structs.ACLRequest, reply *string) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_endpoint_legacy.go90 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
157 func (a *ACL) Apply(args *structs.ACLRequest, reply *string) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_endpoint_legacy.go90 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
157 func (a *ACL) Apply(args *structs.ACLRequest, reply *string) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_endpoint.go88 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_endpoint.go88 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/consul/
H A Dacl_endpoint.go88 func aclApplyInternal(srv *Server, args *structs.ACLRequest, reply *string) error {
/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/github.com/hashicorp/consul/consul/structs/
H A Dstructs.go818 type ACLRequest struct { struct
819 Datacenter string
820 Op ACLOp
821 ACL ACL
822 WriteRequest
825 func (r *ACLRequest) RequestDatacenter() string {