Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAggregate ¶
type AppAggregate struct { TotalInstanceCount int TotalRunningCount int TotalAppCount int JavaBPCount int RubyBPCount int NodeBPCount int GOBPCount int PythonBPCount int PHPBPCount int OtherBPCount int StoppedStateCount int StartedStateCount int DiegoAppsCount int }
AppAggregate - aggregation object for application information
type AppSearch ¶
type AppSearch struct { Client cloudFoundryClient ClientTargetInfo *cf.CloudFoundryAPIInfo AppStats *AppAggregate }
AppSearch - search for apps object
func (*AppSearch) CompileAllApps ¶
func (s *AppSearch) CompileAllApps()
CompileAllApps - compile the information for all of your applications
func (*AppSearch) GetAppCount ¶
GetAppCount - get the current application count
Click to show internal directories.
Click to hide internal directories.