MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / ListCommit

Method ListCommit

service/upstream/iml.go:49–51  ·  view source on GitHub ↗
(ctx context.Context, uuid ...string)

Source from the content-addressed store, hash-verified

47}
48
49func (i *imlUpstreamService) ListCommit(ctx context.Context, uuid ...string) ([]*commit.Commit[Config], error) {
50 return i.commitService.List(ctx, uuid...)
51}
52
53func (i *imlUpstreamService) ListLatestCommit(ctx context.Context, clusterId string, serviceIds ...string) ([]*commit.Commit[Config], error) {
54 w := make(map[string]interface{})

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected