Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ main
Function
main
plugin/plugin_examples/echo/echo.go:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
main() {
22
plugin.Start(new(PluginDemonstratingParams))
23
}
24
25
func
(pluginDemo *PluginDemonstratingParams) Run(cliConnection plugin.CliConnection, args []string) {
26
// Initialize flags
Callers
nothing calls this directly
Calls
1
Start
Function · 0.92
Tested by
no test coverage detected