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

Method DeleteOneCache

internal/repository/cache/history.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, postId uint, uid int64)

Source from the content-addressed store, hash-verified

27 SetCache(ctx context.Context, history domain.History) error
28 GetCache(ctx context.Context, pagination domain.Pagination) ([]domain.History, error)
29 DeleteOneCache(ctx context.Context, postId uint, uid int64) error
30 DeleteAllHistory(ctx context.Context, uid int64) error
31}
32

Callers 1

DeleteOneHistoryMethod · 0.65

Implementers 1

historyCacheinternal/repository/cache/history.go

Calls

no outgoing calls

Tested by

no test coverage detected