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

Method Executor

internal/pluginhost/adapters.go:747–747  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

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

Implementers 2

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

Calls

no outgoing calls