https://linen.dev logo
#help
Title
# help
a

Abhijeet

09/22/2023, 2:56 PM
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

Tom

09/22/2023, 4:07 PM
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

Abhijeet

09/22/2023, 4:30 PM
thanks for confirming the behaviour . Appreciate it