Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ IFactory
Interface
IFactory
gateway/manager.go:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
type
IFactory
interface
{
46
Create(config *ClientConfig) (IClientDriver, error)
47
}
48
49
func
Register(name string, factory IFactory) {
50
factoryManager.Set(name, factory)
Callers
2
ThirdLogin
Method · 0.65
GetClient
Method · 0.65
Implementers
15
imlReleaseModule
module/release/iml.go
imlStrategyModule
module/strategy/iml.go
imlDynamicModule
module/dynamic-module/iml.go
imlServiceModule
module/service/iml.go
imlAPIKeyModule
module/system-apikey/iml.go
imlCertificate
module/certificate/impl.go
imlAPIModule
module/ai-api/iml.go
imlTeamModule
module/team/iml.go
imlKeyModule
module/ai-key/iml.go
influxdbV2
module/monitor/driver/influxdb-v2/infl
imlRouterModule
module/router/iml.go
imlCatalogueModule
module/catalogue/iml.go
Calls
no outgoing calls
Tested by
no test coverage detected