Versions in this module Expand all Collapse all v0 v0.2.4 Aug 12, 2026 Changes in this version + type ConfigLoader func(ctx context.Context, machineName string) (cfg *config.AgentConfig, found bool, err error) + type Hooks struct + LoadConfig ConfigLoader + type Lifecycle struct + func New(log *slog.Logger, hooks Hooks) (*Lifecycle, error) + func (l *Lifecycle) PostStart(ctx context.Context, machineName string) error + func (l *Lifecycle) PreStart(ctx context.Context, machineName string) error + func (l *Lifecycle) Reconcile(ctx context.Context, machineName string) error v0.2.4-rc.1 Aug 12, 2026