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

Method GetPostsCount

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

Source from the content-addressed store, hash-verified

28 ListAll(ctx context.Context, pagination domain.Pagination) ([]domain.Post, error)
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

Callers 2

GetPostsCountMethod · 0.65
GetPostsCountMethod · 0.65

Implementers 1

postServiceinternal/service/post.go

Calls

no outgoing calls

Tested by

no test coverage detected