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

Method Get

internal/repository/cache/interactive.go:31–31  ·  view source on GitHub ↗

取消收藏

(ctx context.Context, postId uint)

Source from the content-addressed store, hash-verified

29 PostCollectCountRecord(ctx context.Context, postId uint) error // 收藏计数
30 DecrCollectCountRecord(ctx context.Context, postId uint) error // 取消收藏
31 Get(ctx context.Context, postId uint) (domain.Interactive, error) // 获取互动信息
32 Set(ctx context.Context, postId uint, res domain.Interactive) error // 存储互动信息
33}
34

Callers

nothing calls this directly

Implementers 1

interactiveCacheinternal/repository/cache/interactive.

Calls

no outgoing calls

Tested by

no test coverage detected