Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinerInfo ¶
type MinerInfo struct { Name string `json:"name"` Hashrate1Min float64 `json:"hashrate1min"` Hashrate30Min float64 `json:"hashrate30min"` Hashrate1H float64 `json:"hashrate1h"` Hashrate6H float64 `json:"hashrate6h"` Hashrate1D float64 `json:"hashrate1d"` RoundContrib float64 `json:"roundContrib"` Rigs []string `json:"rigs"` }
type Server ¶
TODO
func NewAPIServer ¶
NewAPIServer creates a Server which follows [standard api](https://github.com/mining-pool/mining-pool-api)
func (*Server) ConvertConf ¶
func (*Server) RegisterFunc ¶
Click to show internal directories.
Click to hide internal directories.