MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / GetClient

Method GetClient

gateway/manager.go:11–11  ·  view source on GitHub ↗
(name string, config *ClientConfig)

Source from the content-addressed store, hash-verified

9type IFactoryManager interface {
10 Set(name string, factory IFactory)
11 GetClient(name string, config *ClientConfig) (IClientDriver, error)
12 Drivers() []string
13}
14

Callers 1

GetClientFunction · 0.65

Implementers 1

FactoryManagergateway/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected