Versions in this module Expand all Collapse all v1 v1.4.3 Sep 11, 2025 Changes in this version + var ErrStaticFieldChange = fmt.Errorf("static field change rejected") + type ReloadManager struct + func NewReloadManager(dynamic []string) *ReloadManager + func (m *ReloadManager) AppliedBatches() [][]modular.ConfigChange + func (m *ReloadManager) ApplyDiff(ctx context.Context, module modular.Reloadable, section string, ...) error