MCPcopy
hub / github.com/larksuite/cli / panicInstallPlugin

Struct panicInstallPlugin

internal/platform/host_test.go:193–193  ·  view source on GitHub ↗

Plugin that panics inside Install must NOT crash the binary -- the host recovers and converts the panic into a typed install_panic.

Source from the content-addressed store, hash-verified

191// Plugin that panics inside Install must NOT crash the binary -- the
192// host recovers and converts the panic into a typed install_panic.
193type panicInstallPlugin struct{}
194
195func (panicInstallPlugin) Name() string { return "panicker" }
196func (panicInstallPlugin) Version() string { return "1.0.0" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected