Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type CloudControllerAppInstancesRepository struct + func NewCloudControllerAppInstancesRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerAppInstancesRepository) + func (repo CloudControllerAppInstancesRepository) DeleteInstance(appGUID string, instance int) error + func (repo CloudControllerAppInstancesRepository) GetInstances(appGUID string) (instances []models.AppInstanceFields, err error) + type InstanceAPIResponse struct + Details string + Since float64 + State string + type InstanceStatsAPIResponse struct + Stats struct{ ... } + type InstancesAPIResponse map[string]InstanceAPIResponse + type Repository interface + DeleteInstance func(appGUID string, instance int) error + GetInstances func(appGUID string) (instances []models.AppInstanceFields, apiErr error) + type StatsAPIResponse map[string]InstanceStatsAPIResponse Other modules containing this package github.com/LukasHeimann/cloudfoundrycli