| 29 | ) |
| 30 | |
| 31 | type imlUpstreamModule struct { |
| 32 | serviceService service.IServiceService `autowired:""` |
| 33 | upstreamService upstream.IUpstreamService `autowired:""` |
| 34 | transaction store.ITransaction `autowired:""` |
| 35 | } |
| 36 | |
| 37 | func (i *imlUpstreamModule) ExportAll(ctx context.Context) ([]*upstream_dto.ExportUpstream, error) { |
| 38 | latestCommits, err := i.upstreamService.ListLatestCommit(ctx, cluster.DefaultClusterID) |
nothing calls this directly
no outgoing calls
no test coverage detected