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

# Packages

No description provided by the author

# Functions

NewToAsyncREST creates a new ToAsyncRest writer object Parameters: - logger: a slog.Logger object - target: the target URL to send the data to - formatter: a formatters.MegaDumpFormatter object, probably a JSON formatter.
NewToDir creates a new ToDir writer object.
NewToStdOut creates a new ToStdOut writer object.

# Structs

ToAsyncRest is a writer that sends data to a remote REST endpoint.
ToDir is a writer that writes the bytes to a new file in the target directory.
ToStdOut is a very basic writer that writes to stdout.

# Interfaces

MegaDumpWriter abstracts the different types of log storage targets.