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

Method FindByPostId

internal/repository/check.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, postID uint)

Source from the content-addressed store, hash-verified

14 FindAll(ctx context.Context, pagination domain.Pagination) ([]domain.Check, error)
15 FindByID(ctx context.Context, checkID int64) (domain.Check, error)
16 FindByPostId(ctx context.Context, postID uint) (domain.Check, error)
17}
18
19type checkRepository struct {

Callers 1

FindByPostIdMethod · 0.65

Implementers 2

checkRepositoryinternal/repository/check.go
checkDAOinternal/repository/dao/check.go

Calls

no outgoing calls

Tested by

no test coverage detected