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

Method GetPostsCount

internal/repository/post.go:33–33  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

31 GetPost(ctx context.Context, postId uint) (domain.Post, error)
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

Callers 1

GetPostsCountMethod · 0.65

Implementers 1

postRepositoryinternal/repository/post.go

Calls

no outgoing calls

Tested by

no test coverage detected