package
0.3.1
Repository: https://github.com/u2takey/go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HasConflicts returns true if the left and right JSON interface objects overlap with different values in any key.
IsConflict returns true if the provided error indicates a conflict between the patch and the current configuration.
IsPreconditionFailed returns true if the provided error indicates a precondition failed.
No description provided by the author
No description provided by the author
RequireKeyUnchanged returns a precondition function that fails if the provided key is present in the patch (indicating that its value has changed).
RequireMetadataKeyUnchanged creates a precondition function that fails if the metadata.key is present in the patch (indicating its value has changed).
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

PreconditionFunc asserts that an incompatible change is not present within a patch.