| 32 | var _ IKeyModule = &imlKeyModule{} |
| 33 | |
| 34 | type imlKeyModule struct { |
| 35 | providerService ai.IProviderService `autowired:""` |
| 36 | aiKeyService ai_key.IKeyService `autowired:""` |
| 37 | clusterService cluster.IClusterService `autowired:""` |
| 38 | transaction store.ITransaction `autowired:""` |
| 39 | } |
| 40 | |
| 41 | func newKey(key *ai_key.Key) *gateway.DynamicRelease { |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected