| 388 | ) |
| 389 | |
| 390 | type imlSubscribeApprovalModule struct { |
| 391 | subscribeService subscribe.ISubscribeService `autowired:""` |
| 392 | subscribeApplyService subscribe.ISubscribeApplyService `autowired:""` |
| 393 | projectService service.IServiceService `autowired:""` |
| 394 | clusterService cluster.IClusterService `autowired:""` |
| 395 | transaction store.ITransaction `autowired:""` |
| 396 | } |
| 397 | |
| 398 | func (i *imlSubscribeApprovalModule) ExportAll(ctx context.Context) ([]*subscribe_dto.ExportApproval, error) { |
| 399 |
nothing calls this directly
no outgoing calls
no test coverage detected