()
| 52 | } |
| 53 | |
| 54 | func NewIMysqlService() IMysqlService { |
| 55 | return &MysqlService{} |
| 56 | } |
| 57 | |
| 58 | func (u *MysqlService) SearchWithPage(search dto.MysqlDBSearch) (int64, interface{}, error) { |
| 59 | total, mysqls, err := mysqlRepo.Page(search.Page, search.PageSize, |
no outgoing calls
no test coverage detected