Documentation ¶
Index ¶
- type Handler
- func (h Handler) CreateCredentialsKey(instanceName string) (key string, err error)
- func (h Handler) CreateHostInfoKey(instanceName string) (key string, err error)
- func (h Handler) ID() string
- func (h Handler) InstanceExists(instanceName string) error
- func (h Handler) InstancePlanName(instanceName string) (string, error)
- func (h Handler) PlanExists(planName string) (err error)
- func (h Handler) UpdateServiceAndWait(instanceName string, arbitraryParams string, planName *string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Name string CfHomeDir string CF func(cfHomeDir string, args ...string) (string, error) }
func (Handler) CreateCredentialsKey ¶
func (Handler) CreateHostInfoKey ¶
func (Handler) InstanceExists ¶
func (Handler) InstancePlanName ¶
func (Handler) PlanExists ¶
Click to show internal directories.
Click to hide internal directories.