Documentation ¶
Index ¶
Constants ¶
View Source
const (
ReportStatusTime = 10 * time.Minute
)
Variables ¶
This section is empty.
Functions ¶
func CmdReportStatus ¶
func CmdReportStatus() error
Types ¶
type Service ¶
type Service interface { // ReportStatus report status heart info to statusContract ReportStatus() (common.Hash, error) // CheckReportStatus check report status heart info to statusContract CheckReportStatus() error // CheckLastOnlineInfo check last online info. CheckLastOnlineInfo(peerId, bttcAddr string) error }
Click to show internal directories.
Click to hide internal directories.