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

Struct imlDocService

service/service-doc/iml.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16var _ IDocService = (*imlDocService)(nil)
17
18type imlDocService struct {
19 store service.IServiceDocStore `autowired:""`
20 commitService commit.ICommitWithKeyService[DocCommit] `autowired:""`
21}
22
23func (i *imlDocService) GetDocCommit(ctx context.Context, commitId string) (*commit.Commit[DocCommit], error) {
24 return i.commitService.Get(ctx, commitId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected