MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlUpstreamModule

Struct imlUpstreamModule

module/upstream/iml.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected