forked from ebhomengo/niki
13 lines
470 B
Go
13 lines
470 B
Go
package benefactorkindboxreqservice
|
|
|
|
// func (s Service) Get(ctx context.Context, req param.KindBoxReqGetRequest) (param.KindBoxReqGetResponse, error) {
|
|
// const op = "userkindboxreqservice.Get"
|
|
//
|
|
// kindBoxReq, err := s.repo.GetKindBoxReq(ctx, req.KindBoxReqID)
|
|
// if err != nil {
|
|
// return param.KindBoxReqGetResponse{}, richerror.New(op).WithErr(err).WithKind(richerror.KindUnexpected)
|
|
// }
|
|
//
|
|
// return param.KindBoxReqGetResponse{KindBoxReq: kindBoxReq}, nil
|
|
//}
|