MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / commentRepository

Struct commentRepository

internal/repository/comment.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type commentRepository struct {
17 dao dao.CommentDAO
18 cache cache.CommentCache
19}
20
21type CommentRepository interface {
22 CreateComment(ctx context.Context, comment domain.Comment) (int64, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected