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

Struct failClosedPlugin

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

A FailClosed plugin whose Install returns an error must abort InstallAll. Design hard-constraint #6.

Source from the content-addressed store, hash-verified

76// A FailClosed plugin whose Install returns an error must abort
77// InstallAll. Design hard-constraint #6.
78type failClosedPlugin struct{}
79
80func (failClosedPlugin) Name() string { return "secaudit" }
81func (failClosedPlugin) Version() string { return "1.0.0" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected