When using the Go client as follows, toxics are not added to a proxy.
Given var p []toxiproxy.Proxy with toxics.
proxy := client.NewProxy(&p)
proxy.Create()
This does not properly add the configured toxics from p onto the proxy.
They must be added after the fact using Proxy.SetToxic.
When using the Go client as follows, toxics are not added to a proxy.
Given
var p []toxiproxy.Proxywith toxics.This does not properly add the configured toxics from
ponto the proxy.They must be added after the fact using
Proxy.SetToxic.