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

Method UpdatePlate

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

Source from the content-addressed store, hash-verified

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
15}
16

Callers 2

UpdatePlateMethod · 0.65
UpdatePlateMethod · 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