| 27 | } |
| 28 | |
| 29 | type apiKeyClientProvider struct{} |
| 30 | |
| 31 | func (p *apiKeyClientProvider) Load(ctx context.Context, cfg *config.Config) (*APIKeyClientResult, error) { |
| 32 | geminiCount, vertexCompatCount, claudeCount, codexCount, openAICompat := watcher.BuildAPIKeyClients(cfg) |
nothing calls this directly
no outgoing calls
no test coverage detected