forked from ebhomengo/niki
14 lines
524 B
Go
14 lines
524 B
Go
package benefactorkindboxreqservice
|
|
|
|
// func (s Service) Delete(ctx context.Context, req param.KindBoxReqDeleteRequest) (param.KindBoxReqDeleteResponse, error) {
|
|
// // TODO: Does business domain need to delete an kindboxreq ?
|
|
// const op = "userkindboxreqservice.Delete"
|
|
//
|
|
// dErr := s.repo.DeleteKindBoxReq(ctx, req.KindBoxReqID)
|
|
// if dErr != nil {
|
|
// return param.KindBoxReqDeleteResponse{}, richerror.New(op).WithErr(dErr).WithKind(richerror.KindUnexpected)
|
|
// }
|
|
//
|
|
// return param.KindBoxReqDeleteResponse{}, nil
|
|
//}
|