# Functions
New returns a new formatter with the provided name and FormatterFunc.
NewByName returns a predefined ResponseFormatter with the given name.
NewForConfig returns a new formatter based on the user-provided configuration.
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UserResponse is the standard user-facing response.
# Interfaces
ResponseFormatter describes the expected methods a formatter must implement.