Documentation ¶
Index ¶
- func RegisterAPIRoutes(app interfaces.App, g *echo.Group)
- type MarketApiHandler
- func (h *MarketApiHandler) BidOnAuction(c echo.Context) error
- func (h *MarketApiHandler) GetAuction(c echo.Context) error
- func (h *MarketApiHandler) GetAuctionModal(c echo.Context) error
- func (h *MarketApiHandler) GetAuctionPrice(c echo.Context) error
- func (h *MarketApiHandler) GetAuctionTimeleft(c echo.Context) error
- func (h *MarketApiHandler) GetAuctions(c echo.Context) error
- func (h *MarketApiHandler) GetLatestAuctions(c echo.Context) error
- func (h *MarketApiHandler) GetLatestListings(c echo.Context) error
- func (h *MarketApiHandler) GetListingModal(c echo.Context) error
- func (h *MarketApiHandler) GetListings(c echo.Context) error
- func (h *MarketApiHandler) OnAddAuction(params map[string]interface{}) error
- func (h *MarketApiHandler) OnAddListing(params map[string]interface{}) error
- func (h *MarketApiHandler) OnNewBid(params map[string]interface{}) error
- func (h *MarketApiHandler) OnRemoveAuction(params map[string]interface{}) error
- func (h *MarketApiHandler) OnRemoveListing(params map[string]interface{}) error
- func (h *MarketApiHandler) OnUpdateAuction(params map[string]interface{}) error
- func (h *MarketApiHandler) PurchaseListing(c echo.Context) error
- func (h *MarketApiHandler) ReloadAuctions()
- func (h *MarketApiHandler) ReloadListings()
- func (h *MarketApiHandler) SSE(c echo.Context) error
- func (h *MarketApiHandler) SendLatestAuctions() error
- func (h *MarketApiHandler) SendLatestListings() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAPIRoutes ¶
func RegisterAPIRoutes(app interfaces.App, g *echo.Group)
Types ¶
type MarketApiHandler ¶
type MarketApiHandler struct {
// contains filtered or unexported fields
}
func (*MarketApiHandler) BidOnAuction ¶
func (h *MarketApiHandler) BidOnAuction(c echo.Context) error
func (*MarketApiHandler) GetAuction ¶
func (h *MarketApiHandler) GetAuction(c echo.Context) error
func (*MarketApiHandler) GetAuctionModal ¶
func (h *MarketApiHandler) GetAuctionModal(c echo.Context) error
func (*MarketApiHandler) GetAuctionPrice ¶
func (h *MarketApiHandler) GetAuctionPrice(c echo.Context) error
func (*MarketApiHandler) GetAuctionTimeleft ¶
func (h *MarketApiHandler) GetAuctionTimeleft(c echo.Context) error
func (*MarketApiHandler) GetAuctions ¶
func (h *MarketApiHandler) GetAuctions(c echo.Context) error
func (*MarketApiHandler) GetLatestAuctions ¶
func (h *MarketApiHandler) GetLatestAuctions(c echo.Context) error
func (*MarketApiHandler) GetLatestListings ¶
func (h *MarketApiHandler) GetLatestListings(c echo.Context) error
func (*MarketApiHandler) GetListingModal ¶
func (h *MarketApiHandler) GetListingModal(c echo.Context) error
func (*MarketApiHandler) GetListings ¶
func (h *MarketApiHandler) GetListings(c echo.Context) error
func (*MarketApiHandler) OnAddAuction ¶
func (h *MarketApiHandler) OnAddAuction(params map[string]interface{}) error
func (*MarketApiHandler) OnAddListing ¶
func (h *MarketApiHandler) OnAddListing(params map[string]interface{}) error
func (*MarketApiHandler) OnNewBid ¶
func (h *MarketApiHandler) OnNewBid(params map[string]interface{}) error
func (*MarketApiHandler) OnRemoveAuction ¶
func (h *MarketApiHandler) OnRemoveAuction(params map[string]interface{}) error
func (*MarketApiHandler) OnRemoveListing ¶
func (h *MarketApiHandler) OnRemoveListing(params map[string]interface{}) error
func (*MarketApiHandler) OnUpdateAuction ¶
func (h *MarketApiHandler) OnUpdateAuction(params map[string]interface{}) error
func (*MarketApiHandler) PurchaseListing ¶
func (h *MarketApiHandler) PurchaseListing(c echo.Context) error
func (*MarketApiHandler) ReloadAuctions ¶
func (h *MarketApiHandler) ReloadAuctions()
func (*MarketApiHandler) ReloadListings ¶
func (h *MarketApiHandler) ReloadListings()
func (*MarketApiHandler) SSE ¶
func (h *MarketApiHandler) SSE(c echo.Context) error
func (*MarketApiHandler) SendLatestAuctions ¶
func (h *MarketApiHandler) SendLatestAuctions() error
func (*MarketApiHandler) SendLatestListings ¶
func (h *MarketApiHandler) SendLatestListings() error
Click to show internal directories.
Click to hide internal directories.