(ctx context.Context, plateId int64, uid int64)
| 13 | ListPlate(ctx context.Context, pagination domain.Pagination) ([]domain.Plate, error) |
| 14 | UpdatePlate(ctx context.Context, plate domain.Plate) error |
| 15 | DeletePlate(ctx context.Context, plateId int64, uid int64) error |
| 16 | } |
| 17 | |
| 18 | type plateRepository struct { |
no outgoing calls
no test coverage detected