package
0.1.0-rc.3
Repository: https://github.com/renbou/loggo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewBadger opens a new badger DB using the specified options.

# Structs

Badger is the realtime storage implementation using BadgerDB.
Batch is a paginated batch of messages.
StoredMessage describes a previously stored message retrieved from the DB, as a consequence of which, it has a proper identifier.

# Type aliases

Filter can (optionally) be passed to List* methods of the storage to filter out the logs which are returned.
FlatMapping describes an unnested map[string]any, allowing for fast access.
Message is a single log message.
MessageID is an opaque message identifier.