api

package
v0.0.0-...-0f7ec88 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2024 License: BSD-3-Clause Imports: 21 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL