Versions in this module Expand all Collapse all v0 v0.0.6 Feb 20, 2025 v0.0.5 Feb 18, 2025 v0.0.4 Feb 15, 2025 Changes in this version + type EventLog struct + CreatedAt int64 + Data string + ID int64 + Type string + type PoolPayout struct + CreatedAt time.Time + EthAddress string + Fees int64 + ID int64 + TxHash string + func (pp PoolPayout) GetAmount() int64 + func (pp PoolPayout) GetID() string + func (pp PoolPayout) GetTimestamp() int64 + type RemoteWorker struct + Connection string + EthAddress string + IsConnected bool + LastUpdated time.Time + NodeType string + PaidFees int64 + PendingFees int64 + Region string + func (rw RemoteWorker) GetID() string + func (rw RemoteWorker) GetNodeType() string + func (rw RemoteWorker) GetPaidFees() int64 + func (rw RemoteWorker) GetPendingFees() int64 + func (rw RemoteWorker) GetRegion() string