Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergePatchStringMap ¶ added in v0.17.2
MergePatchStringMap applies RFC 7396 JSON merge-patch semantics to a map[string]string. The patch uses map[string]interface{} to preserve null values:
- nil value means delete the key
- non-nil value is converted to string and set
Returns nil when all keys are removed (consistent with Go zero-value conventions).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.