(ctx context.Context, uuid string)
| 72 | } |
| 73 | |
| 74 | func (i *imlUpstreamService) GetCommit(ctx context.Context, uuid string) (*commit.Commit[Config], error) { |
| 75 | return i.commitService.Get(ctx, uuid) |
| 76 | } |
| 77 | |
| 78 | func (i *imlUpstreamService) LatestCommit(ctx context.Context, uid string, clusterId string) (*commit.Commit[Config], error) { |
| 79 |