Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StrategicMergePatchData ¶
func StrategicMergePatchData(original, patch []byte, dataStruct interface{}) ([]byte, error)
An alternate implementation of JSON Merge Patch (https://tools.ietf.org/html/rfc7386) which supports the ability to annotate certain fields with metadata that indicates whether the elements of JSON lists should be merged or replaced.
For more information, see the PATCH section of docs/api-conventions.md.
Types ¶
type SortableSliceOfMaps ¶
type SortableSliceOfMaps struct {
// contains filtered or unexported fields
}
type SortableSliceOfScalars ¶
type SortableSliceOfScalars struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.