Method
ListCommit
(ctx context.Context, uuid ...string)
Source from the content-addressed store, hash-verified
| 47 | } |
| 48 | |
| 49 | func (i *imlUpstreamService) ListCommit(ctx context.Context, uuid ...string) ([]*commit.Commit[Config], error) { |
| 50 | return i.commitService.List(ctx, uuid...) |
| 51 | } |
| 52 | |
| 53 | func (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
Tested by
no test coverage detected