Documentation ¶
Index ¶
- type COMHTTP
- type Data
- type Index
- type JORM
- func (j *JORM) ADMINCoinHandler(w http.ResponseWriter, r *http.Request)
- func (j *JORM) ADMINCoinsHandler(w http.ResponseWriter, r *http.Request)
- func (j *JORM) ADMINhandlers() http.Handler
- func (j *JORM) COMHTTPhandlers() http.Handler
- func (j *JORM) JDBclient(jdbId string) (*jdb.JDB, error)
- func (o *JORM) JORMhandlers() http.Handler
- func (j *JORM) JormSRV()
- func (j *JORM) Tickers()
- func (o *JORM) WShandleR() http.Handler
- type PageData
- type WebSite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JORM ¶
type JORM struct { Coins []string Coin string NodeCoins []string Explorers map[string]*explorer.ExplorerJDBs //Hosts map[string]Host WWW *http.Server WS *http.Server TLSconfig *tls.Config // contains filtered or unexported fields }
func (*JORM) ADMINCoinHandler ¶
func (j *JORM) ADMINCoinHandler(w http.ResponseWriter, r *http.Request)
CoinsHandler handles a request for coin data
func (*JORM) ADMINCoinsHandler ¶
func (j *JORM) ADMINCoinsHandler(w http.ResponseWriter, r *http.Request)
CoinsHandler handles a request for coin data
func (*JORM) ADMINhandlers ¶
func (*JORM) COMHTTPhandlers ¶
func (*JORM) JORMhandlers ¶
Click to show internal directories.
Click to hide internal directories.