MCPcopy
hub / github.com/superplanehq/superplane / Command

Interface Command

pkg/cli/core/command.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Command interface {
14 Execute(ctx CommandContext) error
15}
16
17type CommandContext struct {
18 Context context.Context

Callers 8

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 15

panickingActionpkg/registry/action_test.go
PanicableActionpkg/registry/action.go
ForEachpkg/components/foreach/for_each.go
Approvalpkg/components/approval/approval.go
Mergepkg/components/merge/merge.go
ReadMemorypkg/components/readmemory/read_memory.
RunJSpkg/components/runner/run_javascript.g
Runnerpkg/components/runner/run_commands.go
RunPythonpkg/components/runner/run_python.go
RunBashpkg/components/runner/run_bash.go
Displaypkg/components/display/display.go
HTTPpkg/components/http/http.go

Calls

no outgoing calls

Tested by

no test coverage detected