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

Method FindByID

internal/repository/check.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, checkID int64)

Source from the content-addressed store, hash-verified

13 UpdateStatus(ctx context.Context, check domain.Check) error
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

Callers 1

FindByIDMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected