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

Method GetPostsByPlate

internal/repository/post.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, plateId int64, pagination domain.Pagination)

Source from the content-addressed store, hash-verified

32 ListAllPosts(ctx context.Context, pagination domain.Pagination) ([]domain.Post, error)
33 GetPostsCount(ctx context.Context) (int64, error)
34 GetPostsByPlate(ctx context.Context, plateId int64, pagination domain.Pagination) ([]domain.Post, error)
35}
36
37type postRepository struct {

Callers 1

GetPostsByPlateMethod · 0.65

Implementers 1

postRepositoryinternal/repository/post.go

Calls

no outgoing calls

Tested by

no test coverage detected