open-consul/command/connect
Daniel Nephin 8b6877febd Remove name from NewTestAgent
Using:

git grep -l 'NewTestAgent(t, t.Name(),' | \
    xargs sed -i -e 's/NewTestAgent(t, t.Name(),/NewTestAgent(t,/g'
2020-03-31 16:13:44 -04:00
..
ca Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
envoy Enable CLI to register terminating gateways (#7500) 2020-03-26 10:20:56 -06:00
proxy Remove name from NewTestAgent 2020-03-31 16:13:44 -04:00
connect.go Original proxy and connect.Client implementation. Working end to end. 2018-06-14 09:41:56 -07:00
connect_test.go Builtin tls helper (#5078) 2018-12-19 09:22:49 +01:00