BasicPlugin is the struct implementing the interface defined by the core CLI. It can be found at "code.cloudfoundry.org/cli/v8/plugin/plugin.go"
| 9 | // BasicPlugin is the struct implementing the interface defined by the core CLI. It can |
| 10 | // be found at "code.cloudfoundry.org/cli/v8/plugin/plugin.go" |
| 11 | type BasicPlugin struct{} |
| 12 | |
| 13 | // Run must be implemented by any plugin because it is part of the |
| 14 | // plugin interface defined by the core CLI. |
nothing calls this directly
no outgoing calls
no test coverage detected