Method
ListDocCommit
(ctx context.Context, commitIds ...string)
Source from the content-addressed store, hash-verified
| 39 | } |
| 40 | |
| 41 | func (i *imlAPIDocService) ListDocCommit(ctx context.Context, commitIds ...string) ([]*commit.Commit[DocCommit], error) { |
| 42 | return i.commitService.List(ctx, commitIds...) |
| 43 | } |
| 44 | |
| 45 | func (i *imlAPIDocService) ListLatestDocCommit(ctx context.Context, serviceIds ...string) ([]*commit.Commit[DocCommit], error) { |
| 46 | return i.commitService.ListLatest(ctx, serviceIds...) |
Callers
nothing calls this directly
Tested by
no test coverage detected