MCPcopy
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
17type PluginDemonstratingParams struct {
18 uppercase *bool
19}
20
21func main() {
22 plugin.Start(new(PluginDemonstratingParams))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected