Skip to content

Commit 72b358b

Browse files
authored
Expose existing function in interface (#3581)
1 parent 8caaff8 commit 72b358b

15 files changed

+174
-62
lines changed

command/v7/actor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ type Actor interface {
9090
GetAppSummariesForSpace(spaceGUID string, labels string, omitStats bool) ([]v7action.ApplicationSummary, v7action.Warnings, error)
9191
GetApplicationByNameAndSpace(appName string, spaceGUID string) (resources.Application, v7action.Warnings, error)
9292
GetApplicationMapForRoute(route resources.Route) (map[string]resources.Application, v7action.Warnings, error)
93+
GetApplicationsByGUIDs(appGUIDs []string) ([]resources.Application, v7action.Warnings, error)
9394
GetApplicationDroplets(appName string, spaceGUID string) ([]resources.Droplet, v7action.Warnings, error)
9495
GetApplicationLabels(appName string, spaceGUID string) (map[string]types.NullString, v7action.Warnings, error)
9596
GetApplicationPackages(appName string, spaceGUID string) ([]resources.Package, v7action.Warnings, error)

command/v7/v7fakes/fake_actor.go

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

command/v7/v7fakes/fake_actor_reloader.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

command/v7/v7fakes/fake_diff_displayer.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

command/v7/v7fakes/fake_label_setter.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

command/v7/v7fakes/fake_label_unsetter.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

command/v7/v7fakes/fake_manifest_locator.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

command/v7/v7fakes/fake_manifest_parser.go

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

command/v7/v7fakes/fake_network_policies_actor.go

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

command/v7/v7fakes/fake_networking_actor.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)