package
0.0.51
Repository: https://github.com/sdcio/data-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ApplyCacheUpdateFilters takes a bunch of CacheUpdateFilters applies them in an AND fashion and returns the result.
No description provided by the author
FilterDeleted Accepts all Entries that are marked as deleted.
FilterNew Accepts New LeafEntries.
FilterNonDeleted Accepts all Entries that are not marked as deleted.
FilterNonDeletedButNewOrUpdated Accepts all Entries that are New or Updated and not Deleted.
FilterUpdated Accepts all entries that are updates.
LeafEntriesToCacheUpdates.
No description provided by the author
No description provided by the author
NewLeafEntry constructor for a new LeafEntry.
No description provided by the author
No description provided by the author
NewTreeRoot Instantiate a new Tree Root element.
No description provided by the author
Unfiltered accepts all entries without any filtering.

# Constants

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

# Structs

DeleteEntryImpl is a crutch to flag oldbestcases if on a choice, the active case changed.
No description provided by the author
LeafEntry stores the *cache.Update along with additional attributes.
No description provided by the author
No description provided by the author
No description provided by the author
RootEntry the root of the cache.Update tree.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
Entry
Entry is the primary Element of the Tree.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PathSlice is a single Path represented as a string slice.
PathSlices is the slice collection of multiple PathSlice objects.
UpdateSlice A slice of *cache.Update, that defines additional helper functions.