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

Method Get

internal/repository/cache/local.go:20–20  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

18type RankingLocalCache interface {
19 Set(ctx context.Context, posts []domain.Post) error
20 Get(ctx context.Context) ([]domain.Post, error)
21 ForceGet(ctx context.Context) ([]domain.Post, error)
22}
23

Callers

nothing calls this directly

Implementers 1

rankingLocalCacheinternal/repository/cache/local.go

Calls

no outgoing calls

Tested by

no test coverage detected