Method
ListProxyCommit
(ctx context.Context, commitId ...string)
Source from the content-addressed store, hash-verified
| 252 | } |
| 253 | |
| 254 | func (i *imlAPIService) ListProxyCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Proxy], error) { |
| 255 | return i.proxyCommitService.List(ctx, commitId...) |
| 256 | } |
| 257 | |
| 258 | func (i *imlAPIService) CountByService(ctx context.Context, service string) (int64, error) { |
| 259 | return i.store.CountWhere(ctx, map[string]interface{}{ |
Callers
nothing calls this directly
Tested by
no test coverage detected