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

Struct imlAPIDocService

service/api-doc/iml.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type imlAPIDocService struct {
21 store api.IAPIDocStore `autowired:""`
22 commitService commit.ICommitWithKeyService[DocCommit] `autowired:""`
23}
24
25func (i *imlAPIDocService) LatestAPICountByCommits(ctx context.Context, commitIds ...string) (map[string]int64, error) {
26 commits, err := i.commitService.List(ctx, commitIds...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected