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

Method GetDocCommit

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

Source from the content-addressed store, hash-verified

24 APICountByServices(ctx context.Context, serviceIds ...string) (map[string]int64, error)
25
26 GetDocCommit(ctx context.Context, commitId string) (*commit.Commit[DocCommit], error)
27 // LatestDocCommit 获取最新文档
28 LatestDocCommit(ctx context.Context, serviceId string) (*commit.Commit[DocCommit], error)
29 ListLatestDocCommit(ctx context.Context, serviceIds ...string) ([]*commit.Commit[DocCommit], error)

Callers 5

updateMCPServerMethod · 0.65
ServicesMethod · 0.65
APIsMethod · 0.65
ServiceDetailMethod · 0.65
updateMCPServerMethod · 0.65

Implementers 1

imlAPIDocServiceservice/api-doc/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected