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

Method IncrReadCnt

internal/repository/dao/interactive.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, postId uint)

Source from the content-addressed store, hash-verified

27
28type InteractiveDAO interface {
29 IncrReadCnt(ctx context.Context, postId uint) error
30 InsertLikeInfo(ctx context.Context, lb UserLikeBiz) error
31 DeleteLikeInfo(ctx context.Context, lb UserLikeBiz) error
32 InsertCollectionBiz(ctx context.Context, cb UserCollectionBiz) error

Callers 2

handleEventMethod · 0.65

Implementers 1

interactiveDAOinternal/repository/dao/interactive.go

Calls

no outgoing calls

Tested by

no test coverage detected