Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ GetMetadata
Method
GetMetadata
actor/pluginaction/install.go:19–19 ·
view source on GitHub ↗
(pluginPath string)
Source
from the content-addressed store, hash-verified
17
18
type
PluginMetadata
interface
{
19
GetMetadata(pluginPath string) (configv3.Plugin, error)
20
}
21
22
//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . CommandList
Callers
1
GetAndValidatePlugin
Method · 0.65
Implementers
15
TestPluginWithPanic
integration/assets/test_plugin_with_pa
Test1
integration/assets/test_plugin/test_pl
TestPluginWithCommandOverrides
integration/assets/test_plugin_with_co
ConfigurablePluginFailsUninstall
integration/assets/configurable_plugin
TestPluginFailsMetadata
integration/assets/test_plugin_fails_m
ConfigurablePlugin
integration/assets/configurable_plugin
PluginDemonstratingParams
plugin/plugin_examples/echo/echo.go
Interactive
plugin/plugin_examples/interactive/int
DemoCmd
plugin/plugin_examples/test_rpc_server
BasicPlugin
plugin/plugin_examples/basic_plugin/ba
MultiCmd
plugin/plugin_examples/multiple_comman
RPCService
command/plugin/shared/rpc.go
Calls
no outgoing calls
Tested by
no test coverage detected