mirror of
https://github.com/status-im/consul.git
synced 2025-02-09 04:14:50 +00:00
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")
|