Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/APIParkLab/APIPark
/ IFactory
Interface
IFactory
module/application-authorization/auth-driver/auth.go:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
type
IFactory
interface
{
40
Create(config
interface
{}) (IAuth, error)
41
}
42
43
type
Factory[T any]
struct
{
44
driver string
Callers
nothing calls this directly
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