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

Struct apiKeyClientProvider

sdk/cliproxy/providers.go:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type apiKeyClientProvider struct{}
30
31func (p *apiKeyClientProvider) Load(ctx context.Context, cfg *config.Config) (*APIKeyClientResult, error) {
32 geminiCount, vertexCompatCount, claudeCount, codexCount, openAICompat := watcher.BuildAPIKeyClients(cfg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected