mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
1c1b0994b8
* add HCP integration * lint: use non-deprecated logging interface
7 lines
207 B
Go
7 lines
207 B
Go
package scada
|
|
|
|
import "github.com/hashicorp/hcp-scada-provider/capability"
|
|
|
|
// CAPCoreAPI is the capability used to securely expose the Consul HTTP API to HCP
|
|
var CAPCoreAPI = capability.NewAddr("core_api")
|