Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncPropagator ¶
type AsyncPropagator struct {
// contains filtered or unexported fields
}
AsyncPropagator implements asynchronous treetime & treesize propagation
func NewAsyncPropagator ¶
func NewAsyncPropagator(treeSizeAccounting, treeTimeAccounting bool, o options.AsyncPropagatorOptions, lookup node.PathLookup) AsyncPropagator
NewAsyncPropagator returns a new AsyncPropagator instance
type Propagator ¶
func New ¶
func New(lookup node.PathLookup, o *options.Options) Propagator
type SyncPropagator ¶
type SyncPropagator struct {
// contains filtered or unexported fields
}
SyncPropagator implements synchronous treetime & treesize propagation
func NewSyncPropagator ¶
func NewSyncPropagator(treeSizeAccounting, treeTimeAccounting bool, lookup node.PathLookup) SyncPropagator
NewSyncPropagator returns a new AsyncPropagator instance
Click to show internal directories.
Click to hide internal directories.