Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ PluginDemonstratingParams
Struct
PluginDemonstratingParams
plugin/plugin_examples/echo/echo.go:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
PluginDemonstratingParams
struct
{
18
uppercase *bool
19
}
20
21
func
main() {
22
plugin.Start(new(PluginDemonstratingParams))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected