Documentation ¶
Index ¶
- func IsDiegoEnabled(cliConnection api.Connection, appName string) error
- func NewAppsGetterFunc(cliConnection api.Connection, orgName string, spaceName string, ...) (thingdoer.AppsGetterFunc, error)
- func ToggleDiegoSupport(on bool, cliConnection api.Connection, appName string) error
- type OrgNotFoundErr
- type SpaceNotFoundErr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDiegoEnabled ¶
func IsDiegoEnabled(cliConnection api.Connection, appName string) error
func NewAppsGetterFunc ¶
func NewAppsGetterFunc( cliConnection api.Connection, orgName string, spaceName string, runtime ui.Runtime, ) (thingdoer.AppsGetterFunc, error)
func ToggleDiegoSupport ¶
func ToggleDiegoSupport(on bool, cliConnection api.Connection, appName string) error
Types ¶
type OrgNotFoundErr ¶
type OrgNotFoundErr struct {
OrganizationName string
}
func (OrgNotFoundErr) Error ¶
func (e OrgNotFoundErr) Error() string
type SpaceNotFoundErr ¶
type SpaceNotFoundErr struct {
SpaceName string
}
func (SpaceNotFoundErr) Error ¶
func (e SpaceNotFoundErr) Error() string
Click to show internal directories.
Click to hide internal directories.