# Functions

NewMemoryStorage creates a new storage and preinitializes the required maps which store the PartitionOffset information.

# Structs

ConsumerPartitionOffsetMetric represents an offset commit but is extended by further fields which can be substituted using the given information (e.
MemoryStorage stores the latest committed offsets for each group, topic, partition combination and offers an interface to access these information.

# Type aliases

PartitionWaterMarks represents a map of PartitionWaterMarks grouped by PartitionID.