Versions in this module Expand all Collapse all v0 v0.0.1 Jan 13, 2026 Changes in this version + type Config = map[string]any + func Apply(cfg Config, p ConfigPatch) (Config, error) + type ConfigPatch struct + Set map[string]any + Unset []string + func Merge(a, b ConfigPatch) ConfigPatch