Versions in this module Expand all Collapse all v1 v1.3.1 Dec 1, 2022 v1.3.0 Nov 28, 2022 Changes in this version + var ErrUnknownOperation = errors.New("unknown operation") + type Operation string + const AddOperation + const CopyOperation + const MoveOperation + const RemoveOperation + const ReplaceOperation + func FromString(operationString string) (*Operation, error) + type Path string + func (p Path) Equal(comparePath Path) bool + func (p Path) Valid() bool + type Spec struct + From Path + Operation Operation + Path Path + Value interface{} + func (s Spec) Valid() bool