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

Struct restrictPlugin

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

Restrict contributes a rule to result.PluginRules so the pruning resolver can pick it up. Exercise the full path.

Source from the content-addressed store, hash-verified

285// Restrict contributes a rule to result.PluginRules so the pruning
286// resolver can pick it up. Exercise the full path.
287type restrictPlugin struct{ rule *platform.Rule }
288
289func (p restrictPlugin) Name() string { return "secaudit" }
290func (p restrictPlugin) Version() string { return "1.0.0" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected