Versions in this module Expand all Collapse all v0 v0.1.1 Jan 8, 2019 v0.1.0 Dec 6, 2017 Changes in this version + const MAX_TIMESPOT + type HTTPServer struct + func NewHTTPServer(app reserve.ReserveData, core reserve.ReserveCore, host string) *HTTPServer + func (self *HTTPServer) AllBalances(c *gin.Context) + func (self *HTTPServer) AllEBalances(c *gin.Context) + func (self *HTTPServer) AllPrices(c *gin.Context) + func (self *HTTPServer) CancelOrder(c *gin.Context) + func (self *HTTPServer) Deposit(c *gin.Context) + func (self *HTTPServer) GetActivities(c *gin.Context) + func (self *HTTPServer) GetPendingActivities(c *gin.Context) + func (self *HTTPServer) GetRate(c *gin.Context) + func (self *HTTPServer) Price(c *gin.Context) + func (self *HTTPServer) Run() + func (self *HTTPServer) SetRate(c *gin.Context) + func (self *HTTPServer) StopFetcher(c *gin.Context) + func (self *HTTPServer) Trade(c *gin.Context) + func (self *HTTPServer) Withdraw(c *gin.Context)