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

Function GetClient

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

Source from the content-addressed store, hash-verified

51}
52
53func GetClient(name string, config *ClientConfig) (IClientDriver, error) {
54 return factoryManager.GetClient(name, config)
55}
56
57func Drivers() []string {
58 return factoryManager.Drivers()

Callers 1

GatewayClientMethod · 0.92

Calls 1

GetClientMethod · 0.65

Tested by

no test coverage detected