Versions in this module Expand all Collapse all v0 v0.2.0 Mar 4, 2026 Changes in this version + func NewDBusReloader(service string) dbusReloader + type Applier interface + Apply func(tpl template.Template, tmpFile, destFile string, reload bool) (bool, error) + Compare func(tmpFile, destFile string) bool + Reload func() error + Render func(writer io.Writer, tpl template.Template) error + Validate func() error + func NewNetworkApplier(data any, validator Validator, reloader Reloader) Applier + type Reloader interface + Reload func() error + type Validator interface + Validate func() error