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

Method GetPostsByPlate

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

Source from the content-addressed store, hash-verified

29 GetPost(ctx context.Context, postId uint) (domain.Post, error)
30 GetPostsCount(ctx context.Context) (int64, error)
31 GetPostsByPlate(ctx context.Context, plateId int64, pagination domain.Pagination) ([]domain.Post, error)
32}
33
34type postService struct {

Callers 2

GetPostsByPlateMethod · 0.65
GetPostsByPlateMethod · 0.65

Implementers 1

postServiceinternal/service/post.go

Calls

no outgoing calls

Tested by

no test coverage detected