Documentation ¶
Index ¶
- Variables
- type CFConfig
- type Fetcher
- type SessionExt
- func (s SessionExt) GetApplications() ([]models.Application, error)
- func (s SessionExt) GetEvents(query ...ccv3.Query) ([]models.Event, error)
- func (s SessionExt) GetInfo() (models.Info, error)
- func (s SessionExt) GetOrganizationQuotas() ([]models.Quota, error)
- func (s SessionExt) GetSpaceQuotas() ([]models.Quota, error)
- func (s SessionExt) GetSpaceSummary(guid string) (*models.SpaceSummary, error)
- func (s SessionExt) GetTasks() ([]models.Task, error)
- type Work
- type WorkHandler
- type Worker
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
func (*Fetcher) GetObjects ¶
type SessionExt ¶
func NewSessionExt ¶
func NewSessionExt(config *CFConfig) (*SessionExt, error)
func (SessionExt) GetApplications ¶
func (s SessionExt) GetApplications() ([]models.Application, error)
func (SessionExt) GetOrganizationQuotas ¶
func (s SessionExt) GetOrganizationQuotas() ([]models.Quota, error)
func (SessionExt) GetSpaceQuotas ¶
func (s SessionExt) GetSpaceQuotas() ([]models.Quota, error)
func (SessionExt) GetSpaceSummary ¶
func (s SessionExt) GetSpaceSummary(guid string) (*models.SpaceSummary, error)
type WorkHandler ¶
type WorkHandler func(*SessionExt, *models.CFObjects) error
Click to show internal directories.
Click to hide internal directories.