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

Method CheckDetail

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

Source from the content-addressed store, hash-verified

19 RejectCheck(ctx context.Context, checkID int64, remark string, uid int64) error
20 ListChecks(ctx context.Context, pagination domain.Pagination) ([]domain.Check, error)
21 CheckDetail(ctx context.Context, checkID int64) (domain.Check, error)
22}
23
24type checkService struct {

Callers 1

CheckDetailMethod · 0.65

Implementers 2

checkServiceinternal/service/check.go
CheckHandlerinternal/api/check.go

Calls

no outgoing calls

Tested by

no test coverage detected