Versions in this module Expand all Collapse all v0 v0.0.2 May 13, 2026 v0.0.1 May 13, 2026 Changes in this version + var Component = &component.Component + type Manager struct + OnChangeResource emitter.Emitter[*domain.Resource] + func NewManager(closer closer.Closer) *Manager + func (manager *Manager) CPU() *domain.Resource + func (manager *Manager) Memory() *domain.Resource + func (manager *Manager) Process(_ context.Context) error