package
0.3.0-beta.9
Repository: https://github.com/openmeterio/openmeter.git
Documentation: pkg.go.dev
# Functions
NewInMemoryCollector returns a new {Collector} backed by in-memory storage.
# Structs
DeduplicatingCollector implements event deduplication at event ingestion.
InMemoryCollector is a {Collector} backed by in-memory storage.
# Interfaces
Collector is a receiver of events that handles sending those events to some downstream broker.
Deduplicator checks if an event is unique.