(cliConnection plugin.CliConnection)
| 13 | } |
| 14 | |
| 15 | func NewCloudFoundryContext(cliConnection plugin.CliConnection) CloudFoundryContext { |
| 16 | return CloudFoundryContext{cliConnection: cliConnection} |
| 17 | } |
| 18 | |
| 19 | // GetOrg gets the current org from the CLI connection |
| 20 | func (c *CloudFoundryContext) GetOrg() (plugin_models.Organization, error) { |
no outgoing calls
no test coverage detected