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

Struct postRepository

internal/repository/post.go:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type postRepository struct {
38 dao dao.PostDAO
39 l *zap.Logger
40 cache cache.PostCache
41 asynqClient *asynq.Client
42}
43
44func NewPostRepository(dao dao.PostDAO, l *zap.Logger, cache cache.PostCache, asynqClient *asynq.Client) PostRepository {
45 return &postRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected