MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / ListDocCommit

Method ListDocCommit

service/api-doc/service.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, commitIds ...string)

Source from the content-addressed store, hash-verified

28 LatestDocCommit(ctx context.Context, serviceId string) (*commit.Commit[DocCommit], error)
29 ListLatestDocCommit(ctx context.Context, serviceIds ...string) ([]*commit.Commit[DocCommit], error)
30 ListDocCommit(ctx context.Context, commitIds ...string) ([]*commit.Commit[DocCommit], error)
31 LatestAPICountByServices(ctx context.Context, serviceIds ...string) (map[string]int64, error)
32 LatestAPICountByCommits(ctx context.Context, commitIds ...string) (map[string]int64, error)
33}

Callers 1

getReleaseInfoMethod · 0.65

Implementers 1

imlAPIDocServiceservice/api-doc/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected