package
1.1.6
Repository: https://github.com/stevencyb/go-mongo-tools.git
Documentation: pkg.go.dev

# Functions

FromString return operation that matches string or nil with error if no match.

# Constants

AddOperation add a value or array to an array at the target location.
CopyOperation copies the value from a specified location to the target location.
MoveOperation removes the value at a specified location and adds it to the target location.
RemoveOperation is an operation to remove the value at the target location.
ReplaceOperation replaces the value at the target location with a new value.

# Variables

No description provided by the author

# Structs

Spec specify an path operation.

# Type aliases

Operation represents an JSON patch operation.
No description provided by the author