Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigPatch ¶
type ConfigPatch struct {
Set map[string]any `json:"set,omitempty"`
Unset []string `json:"unset,omitempty"`
}
func Merge ¶
func Merge(a, b ConfigPatch) ConfigPatch
Click to show internal directories.
Click to hide internal directories.