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

Struct panickingAction

pkg/registry/action_test.go:16–18  ·  view source on GitHub ↗

panickingAction is an action that panics in all panicable methods

Source from the content-addressed store, hash-verified

14
15// panickingAction is an action that panics in all panicable methods
16type panickingAction struct {
17 name string
18}
19
20func (p *panickingAction) Name() string { return p.name }
21func (p *panickingAction) Label() string { return "Panicking Action" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected