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

Method GetList

internal/repository/cache/post.go:19–19  ·  view source on GitHub ↗
(ctx context.Context, page int, size int)

Source from the content-addressed store, hash-verified

17 Del(ctx context.Context, key string) error
18 PreHeat(ctx context.Context, posts []domain.Post) error
19 GetList(ctx context.Context, page int, size int) ([]domain.Post, error)
20 SetList(ctx context.Context, page int, size int, posts []domain.Post) error
21 DelList(ctx context.Context, key string) error
22 GetPubList(ctx context.Context, page int, size int) ([]domain.Post, error)

Callers 1

ListPostsMethod · 0.65

Implementers 1

postCacheinternal/repository/cache/post.go

Calls

no outgoing calls

Tested by

no test coverage detected