# Functions
NewAggregator will aggregate the generators on input.
NewSnapshotRecorder will return the generator on input wrapped with an activity recorder that will keep track of the status of the snapshot requests.
# Structs
GeneratorAggregator aggregates snapshot generators.
SnapshotRecorder is a decorator around a snapshot generator that will record the snapshot request status.
# Interfaces
No description provided by the author