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

Method CreatePlate

internal/repository/plate.go:30–32  ·  view source on GitHub ↗
(ctx context.Context, plate domain.Plate)

Source from the content-addressed store, hash-verified

28}
29
30func (p *plateRepository) CreatePlate(ctx context.Context, plate domain.Plate) error {
31 return p.dao.CreatePlate(ctx, plate)
32}
33
34func (p *plateRepository) ListPlate(ctx context.Context, pagination domain.Pagination) ([]domain.Plate, error) {
35 plates, err := p.dao.ListPlate(ctx, pagination)

Callers

nothing calls this directly

Calls 1

CreatePlateMethod · 0.65

Tested by

no test coverage detected