Documentation ¶
Index ¶
- Constants
- type CF
- func (cf *CF) CFCurl(path string, args ...string) ([]string, error)
- func (cf *CF) GetAllApps() ([]resources.V3AppsJSON, error)
- func (cf *CF) GetAllBuildpacks() ([]resources.BuildpacksJSON, error)
- func (cf *CF) GetAppByName(appName string) (resources.V3App, error)
- func (cf *CF) GetAppInfo(appName string) (appGuid, appState, appStack string, err error)
- func (cf *CF) GetAppsAndStacks() (resources.Apps, error)
- func (cf *CF) GetStackGUID(stackName string) (string, error)
Constants ¶
View Source
const ( V2ResultsPerPage = 100 V3ResultsPerPage = 5000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CF ¶
type CF struct { Conn plugin.CliConnection Space plugin_models.Space }
func (*CF) GetAllApps ¶ added in v0.0.2
func (cf *CF) GetAllApps() ([]resources.V3AppsJSON, error)
func (*CF) GetAllBuildpacks ¶ added in v0.0.2
func (cf *CF) GetAllBuildpacks() ([]resources.BuildpacksJSON, error)
func (*CF) GetAppByName ¶ added in v0.0.3
func (*CF) GetAppInfo ¶ added in v0.0.3
Click to show internal directories.
Click to hide internal directories.