(args ...string)
| 21 | type CliConnection interface { |
| 22 | CliCommandWithoutTerminalOutput(args ...string) ([]string, error) |
| 23 | CliCommand(args ...string) ([]string, error) |
| 24 | GetCurrentOrg() (plugin_models.Organization, error) |
| 25 | GetCurrentSpace() (plugin_models.Space, error) |
| 26 | Username() (string, error) |
no outgoing calls
no test coverage detected