Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SnapshotTExceptMatchingKeys ¶
SnapshotTExceptMatchingKeys works like SnapshotTExcept but deletes keys that match the given matches recursively.
So instead of having deeply nested keys like `foo.bar.baz.0.key_to_delete` you can have `key_to_delete` and all occurences of `key_to_delete` will be removed.
DEPRECATED: please use SnapshotT instead
Types ¶
type ExceptOpt ¶
type ExceptOpt interface {
// contains filtered or unexported methods
}
func ExceptNestedKeys ¶
func ExceptPaths ¶
Click to show internal directories.
Click to hide internal directories.