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

Struct imlProviderModule

module/ai/iml.go:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65var _ IProviderModule = (*imlProviderModule)(nil)
66
67type imlProviderModule struct {
68 providerService ai.IProviderService `autowired:""`
69 providerModelService ai_model.IProviderModelService `autowired:""`
70 clusterService cluster.IClusterService `autowired:""`
71 aiAPIService ai_api.IAPIService `autowired:""`
72 aiKeyService ai_key.IKeyService `autowired:""`
73 aiBalanceService ai_balance.IBalanceService `autowired:""`
74 transaction store.ITransaction `autowired:""`
75}
76
77func (i *imlProviderModule) OnInit() {
78 register.Handle(func(v server.Server) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected