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

Method Set

gateway/manager.go:10–10  ·  view source on GitHub ↗
(name string, factory IFactory)

Source from the content-addressed store, hash-verified

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

Callers 2

SetMethod · 0.65
RegisterFunction · 0.65

Implementers 1

FactoryManagergateway/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected