linkerd2-proxy/proxy/tests/support
Oliver Gould e8e163a2e9 proxy: Convert `convert` from crate to module (#1115)
In e2093e3, we created a `convert` crate when refactoring the proxy's
gRPC bindings into a dedicated crate.

It's not really necessary to handle `convert` as a crate, given that it
holds a single 39-line file that's mostly comments. It's possible to
"vendor" this file in the proxy, and controller-grpc crate doesn't
even need this trait (in fact, the proxy probably doesn't either).
2018-06-13 16:18:51 -07:00
..
client.rs proxy: Upgrade Conduit to use the new version of Tokio (#944) 2018-05-17 16:38:15 -07:00
controller.rs proto: Add TLS identity to WeightedAddr message (#1041) 2018-05-31 11:48:25 -07:00
mod.rs proxy: Convert `convert` from crate to module (#1115) 2018-06-13 16:18:51 -07:00
proxy.rs Abstract I/O interface into a trait. (#1020) 2018-05-26 10:04:31 -10:00
server.rs proxy: Upgrade Conduit to use the new version of Tokio (#944) 2018-05-17 16:38:15 -07:00
tcp.rs proxy: Upgrade Conduit to use the new version of Tokio (#944) 2018-05-17 16:38:15 -07:00