package
0.0.0-20240321085634-aee2e9405836
Repository: https://github.com/nate-double-u/github-to-omnifocus.git
Documentation: pkg.go.dev

# Functions

Delta returns a slice of DeltaOperations that, when applied to current, will result in current containing the same items as desired.

# Constants

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

# Structs

A Operation states that Item should be added or removed from a set.

# Interfaces

Keyed provides the Key function which is used by the Delta function to identify items uniquely.

# Type aliases

OperationType states whether a DeltaOperation is add or remove.