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

Method CreatePlate

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

Source from the content-addressed store, hash-verified

9
10type PlateService interface {
11 CreatePlate(ctx context.Context, plate domain.Plate) error
12 ListPlate(ctx context.Context, pagination domain.Pagination) ([]domain.Plate, error)
13 UpdatePlate(ctx context.Context, plate domain.Plate) error
14 DeletePlate(ctx context.Context, plateId int64, uid int64) error

Callers 2

CreatePlateMethod · 0.65
CreatePlateMethod · 0.65

Implementers 4

plateServiceinternal/service/plate.go
plateRepositoryinternal/repository/plate.go
plateDAOinternal/repository/dao/plate.go
PlateHandlerinternal/api/plate.go

Calls

no outgoing calls

Tested by

no test coverage detected