forked from ebhomengo/niki
19 lines
598 B
Go
19 lines
598 B
Go
package adminkindboxservice
|
|
|
|
//import (
|
|
// "context"
|
|
//
|
|
// param "git.gocasts.ir/ebhomengo/niki/param/admin/kind_box"
|
|
// richerror "git.gocasts.ir/ebhomengo/niki/pkg/rich_error"
|
|
//)
|
|
//
|
|
//func (s Service) GetAll(ctx context.Context, _ param.KindBoxGetAllRequest) (param.KindBoxGetAllResponse, error) {
|
|
// const op = "adminkindboxservice.GetAll"
|
|
// allKindBox, err := s.repo.GetAllKindBox(ctx)
|
|
// if err != nil {
|
|
// return param.KindBoxGetAllResponse{}, richerror.New(op).WithErr(err).WithKind(richerror.KindUnexpected)
|
|
// }
|
|
//
|
|
// return param.KindBoxGetAllResponse{AllKindBox: allKindBox}, nil
|
|
//}
|