Versions in this module Expand all Collapse all v0 v0.9.0 Dec 15, 2015 Changes in this version + const OnlineStatusKeyPrefix + type Manager struct + func NewManager(host string) *Manager + func (mgr *Manager) GetOffline(id uint64) error + func (mgr *Manager) GetOnline(id uint64, status Status) error + func (mgr *Manager) GetStatus(id uint64) (*Status, error) + func (mgr *Manager) SetHeartbeat(id uint64) error + type Status struct + AccessRPCHost string + ClientIP string + HeartbeatInterval uint32