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

# Variables

No description provided by the author

# Structs

FlatMessage is used for storing unnested log messages so that they can later be searched through in an optimal manner.
No description provided by the author
PreparedMessage is the message actually stored in the database, consisting of the original message, which will then be returned from the storage, and a flattened version which is used for fast search.