Versions in this module Expand all Collapse all v1 v1.2.0 Apr 16, 2026 Changes in this version + type Master struct + func NewMaster(cfg MasterConfig) (*Master, error) + func (m *Master) ExportReportData(reportID string) (*report.ReportData, error) + func (m *Master) RegisterAgentFromRedis() + func (m *Master) Start() error + func (m *Master) Stop() error + type MasterConfig struct + ListenAddr string + RedisConfig redis_interface.Config + ReportDir string + ReportExpiry time.Duration