******************* 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 ********************/
()
| 33 | ********************/ |
| 34 | |
| 35 | func 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 | } |
no outgoing calls