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

Function NewCheckRepository

internal/repository/check.go:24–29  ·  view source on GitHub ↗
(dao dao.CheckDAO, l *zap.Logger)

Source from the content-addressed store, hash-verified

22}
23
24func NewCheckRepository(dao dao.CheckDAO, l *zap.Logger) CheckRepository {
25 return &checkRepository{
26 dao: dao,
27 l: l,
28 }
29}
30
31// Create 创建审核记录
32func (r *checkRepository) Create(ctx context.Context, check domain.Check) (int64, error) {

Callers 1

InitWebServerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected