Documentation ¶ Index ¶ type Manager func NewManager(ctx context.Context, config *types.Config) (*Manager, error) func (m *Manager) Exit(ctx context.Context) error func (m *Manager) Run(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } func NewManager ¶ func NewManager(ctx context.Context, config *types.Config) (*Manager, error) func (*Manager) Exit ¶ func (m *Manager) Exit(ctx context.Context) error func (*Manager) Run ¶ func (m *Manager) Run(ctx context.Context) error Source Files ¶ View all Source files heartbeat.gomanager.go Click to show internal directories. Click to hide internal directories.