Is there any plans to support ```WithTransformers(...
# help
a
Is there any plans to support
Copy code
WithTransformers("response-template")
go wiremock client sometime soon ? also will below work if we havent passed `-local-response-templating`during startup ?
Copy code
{
  "request": {
    "method": "POST",
    "url": "/v2/operations"
  },
  "response": {
    "status": 200,
    "transformers": [
      "response-template"
    ],
    "bodyFileName": "reversal.json"
  }
}
t
Up to the current version
--local-response-templating
would be required, but it will be on by default from 3.2.0 onwards (which I’m hoping to release early next week)
I’ll let @Oleg Nenashev answer about the Golang lib
a
thanks for confirming the behaviour . Appreciate it