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

Method Create

internal/repository/check.go:12–12  ·  view source on GitHub ↗
(ctx context.Context, check domain.Check)

Source from the content-addressed store, hash-verified

10
11type CheckRepository interface {
12 Create(ctx context.Context, check domain.Check) (int64, error)
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)

Callers 1

CreateMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected