MCPcopy
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
39type IFactory interface {
40 Create(config interface{}) (IAuth, error)
41}
42
43type Factory[T any] struct {
44 driver string

Callers

nothing calls this directly

Implementers 15

imlReleaseModulemodule/release/iml.go
imlStrategyModulemodule/strategy/iml.go
imlDynamicModulemodule/dynamic-module/iml.go
imlServiceModulemodule/service/iml.go
imlAPIKeyModulemodule/system-apikey/iml.go
imlCertificatemodule/certificate/impl.go
imlAPIModulemodule/ai-api/iml.go
imlTeamModulemodule/team/iml.go
imlKeyModulemodule/ai-key/iml.go
influxdbV2module/monitor/driver/influxdb-v2/infl
imlRouterModulemodule/router/iml.go
imlCatalogueModulemodule/catalogue/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected