MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / RegisterExecutor

Method RegisterExecutor

internal/pluginhost/adapters.go:748–748  ·  view source on GitHub ↗
(coreauth.ProviderExecutor)

Source from the content-addressed store, hash-verified

746type executorManager interface {
747 Executor(provider string) (coreauth.ProviderExecutor, bool)
748 RegisterExecutor(coreauth.ProviderExecutor)
749 UnregisterExecutor(provider string)
750}
751

Implementers 2

fakeExecutorManagerinternal/pluginhost/adapters_test.go
Managersdk/cliproxy/auth/conductor.go

Calls

no outgoing calls