We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When using the Go client as follows, toxics are not added to a proxy. Given var p []toxiproxy.Proxy with toxics.
var p []toxiproxy.Proxy
proxy := client.NewProxy(&p) proxy.Create()
This does not properly add the configured toxics from p onto the proxy.
p
They must be added after the fact using Proxy.SetToxic.
Proxy.SetToxic