auctionModule

auctionModule

class to handle auction functions

Constructor

new auctionModule()

Source:

Methods

(async, static) searchAuctions(req, data, count) → {object}

Source:

Search all the search auction

Parameters:
Name Type Description
req object

req object

data object

req.body object

count number

count for the pagination

Returns:

sql response

Type
object