| 65 | var _ IProviderModule = (*imlProviderModule)(nil) |
| 66 | |
| 67 | type 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 | |
| 77 | func (i *imlProviderModule) OnInit() { |
| 78 | register.Handle(func(v server.Server) { |
nothing calls this directly
no outgoing calls
no test coverage detected