Documentation ¶
Overview ¶
Package local is an experimental mimic for the "cf create-service" command
Package local is an experimental mimic for the "cf create-service" command
Index ¶
- func CreateService(service, plan, name, params, cachePath string)
- func CreateServiceKey(serviceName, keyName, params, cachePath string)
- func DeleteService(name, cachePath string)
- func DeleteServiceKey(serviceName, keyName, cachePath string)
- func ListExamples(cachePath string)
- func Marketplace(cachePath string)
- func RunExamples(serviceOfferingName, exampleName, cachePath string)
- func ServiceKeys(serviceInstanceName string)
- func Services(cachePath string)
- func UpdateService(name, plan, params, cachePath string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateService ¶
func CreateService(service, plan, name, params, cachePath string)
func CreateServiceKey ¶
func CreateServiceKey(serviceName, keyName, params, cachePath string)
func DeleteService ¶
func DeleteService(name, cachePath string)
func DeleteServiceKey ¶
func DeleteServiceKey(serviceName, keyName, cachePath string)
func ListExamples ¶ added in v0.16.0
func ListExamples(cachePath string)
func Marketplace ¶
func Marketplace(cachePath string)
func RunExamples ¶ added in v0.16.0
func RunExamples(serviceOfferingName, exampleName, cachePath string)
func ServiceKeys ¶
func ServiceKeys(serviceInstanceName string)
func UpdateService ¶
func UpdateService(name, plan, params, cachePath string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.