MCPcopy
hub / github.com/cloudfoundry/cli / Load

Function Load

cf/commandsloader/commands_loader.go:35–57  ·  view source on GitHub ↗

******************* This package make a reference to all the command packages in cf/commands/..., so all init() in the directories will get initialized * Any new command packages must be included here for init() to get called ********************/

()

Source from the content-addressed store, hash-verified

33********************/
34
35func Load() {
36 _ = commands.API{}
37 _ = application.ListApps{}
38 _ = buildpack.ListBuildpacks{}
39 _ = domain.CreateDomain{}
40 _ = environmentvariablegroup.RunningEnvironmentVariableGroup{}
41 _ = featureflag.ShowFeatureFlag{}
42 _ = organization.ListOrgs{}
43 _ = plugin.Plugins{}
44 _ = pluginrepo.RepoPlugins{}
45 _ = quota.CreateQuota{}
46 _ = route.CreateRoute{}
47 _ = routergroups.RouterGroups{}
48 _ = securitygroup.ShowSecurityGroup{}
49 _ = service.ShowService{}
50 _ = serviceauthtoken.ListServiceAuthTokens{}
51 _ = serviceaccess.ServiceAccess{}
52 _ = servicebroker.ListServiceBrokers{}
53 _ = servicekey.ServiceKey{}
54 _ = space.CreateSpace{}
55 _ = spacequota.SpaceQuota{}
56 _ = user.CreateUser{}
57}

Callers 4

help_test.goFile · 0.92
MainFunction · 0.92
TestHelpFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestHelpFunction · 0.74