package
0.0.0-20241126002747-6d0a47e6806b
Repository: https://github.com/revett/miniflux-sync.git
Documentation: pkg.go.dev

# Functions

CalculateDiff calculates the differences between the local and remote state and returns the actions to be performed.

# Constants

CreateCategory represents an action to create a category.
CreateFeed represents an action to create a feed.
DeleteCategory represents an action to delete a category.
DeleteFeed represents an action to delete a feed.

# Structs

Action represents an action to be performed to sync the local and remote state.
State represents either the current remote state of Miniflux, or the intended local state of Miniflux.

# Type aliases

ActionSorter sorts actions by type and then by relevant fields within each type.
ActionType represents the type of action to be performed.