package
1.44.0
Repository: https://github.com/rudderlabs/rudder-server.git
Documentation: pkg.go.dev

# Functions

DestTransformerHandler returns an empty response.
ErrorTransformerHandler mirrors the request payload in the response but uses an error status code.
NewBuilder returns a new test transformer Builder.
RESTJSONDestTransformerHandler transforms the request payload into a REST JSON destination request using the original message as the payload.
ViolationErrorTransformerHandler mirrors the request payload in the response but uses an error status code along with the provided validation errors.
WarehouseTransformerHandler mirrors the request payload in the response but uses an error, status code along with warehouse compatible output.

# Variables

EmptyTransformerHandler returns an empty response.
MirroringRouterTransformerHandler mirrors the router request payload in the response.
MirroringTransformerHandler mirrors the request payload in the response.

# Structs

Builder is a builder for a test transformer server.

# Type aliases

RouterTransformerHandler is a function that takes a router transformer request and returns a response.
TransformerHandler is a function that takes a transformer request and returns a response.