Transform runs the API transformers on the given value. The `status` is the key in the operation's `Responses` map that corresponds to the response being sent (e.g. "200" for a 200 OK response).
(ctx Context, status string, v any)
| 270 | // the key in the operation's `Responses` map that corresponds to the |
| 271 | // response being sent (e.g. "200" for a 200 OK response). |
| 272 | Transform(ctx Context, status string, v any) (any, error) |
| 273 | |
| 274 | // Marshal marshals the given value into the given writer. The |
| 275 | // content type is used to determine which format to use. Use `Negotiate` to |