package
2.4.3
Repository: https://github.com/proxati/llm_proxy.git
Documentation: pkg.go.dev

# Functions

NewMegaDumpFormatter returns an object that implements the MegaDumpFormatter interface based on the requested format.

# Structs

JSON is a formatter that converts the LogDumpContainer into a JSON formatted byte array.
PlainText is a formatter that flattens the LogDumpContainer into a plain text format.

# Interfaces

MegaDumpFormatter abstracts the different types of log storage formats.