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

Struct BasicPlugin

plugin/plugin_examples/basic_plugin/basic_plugin.go:11–11  ·  view source on GitHub ↗

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"

Source from the content-addressed store, hash-verified

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"
11type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected