Versions in this module Expand all Collapse all v0 v0.0.3 Aug 22, 2022 Changes in this version + const AgentStatusDownloading + const AgentStatusNormal + type AgentStatus struct + NeedDownload int64 + Status int + type Checker struct + func InitChecker(conf config.Config, parentCtx context.Context) Checker + func (c Checker) Check(ch chan types.Sector) + func (c Checker) Ping() + func (c Checker) Stop() + type Data struct + List []DataItem + type DataItem struct + MinerID string + SectorId string + SectorType string v0.0.2 Aug 21, 2022