MCPcopy Index your code
hub / github.com/apache/answer / commentRepo

Struct commentRepo

internal/repo/comment/comment_repo.go:39–42  ·  view source on GitHub ↗

commentRepo comment repository

Source from the content-addressed store, hash-verified

37
38// commentRepo comment repository
39type commentRepo struct {
40 data *data.Data
41 uniqueIDRepo unique.UniqueIDRepo
42}
43
44// NewCommentRepo new repository
45func NewCommentRepo(data *data.Data, uniqueIDRepo unique.UniqueIDRepo) comment.CommentRepo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected