//
pkg.gl
Category
github.com/proxati/llm_proxy/v2
proxy
addons
megadumper
formatters
package
2.4.3
Repository:
https://github.com/proxati/llm_proxy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
103 SLOC
#
Functions
NewMegaDumpFormatter
NewMegaDumpFormatter returns an object that implements the MegaDumpFormatter interface based on the requested format.
#
Structs
JSON
JSON is a formatter that converts the LogDumpContainer into a JSON formatted byte array.
PlainText
PlainText is a formatter that flattens the LogDumpContainer into a plain text format.
#
Interfaces
MegaDumpFormatter
MegaDumpFormatter abstracts the different types of log storage formats.