5e4b3ef5d4
* 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")
|