Documentation
¶
Overview ¶
Package bodycodec adapts legacy schema-aware body transforms to content decoders.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(options *config.ValidationOptions)
Apply replaces compatibility markers with schema-aware immutable decoder adapters.
Types ¶
type ValidationErrors ¶
type ValidationErrors struct {
Errors []*validatorerrors.ValidationError // Errors contains the original structured transform failures.
}
ValidationErrors carries the original structured transform errors through the decoder contract.
func (*ValidationErrors) Error ¶
func (e *ValidationErrors) Error() string
Error returns the first structured transform error.
Click to show internal directories.
Click to hide internal directories.