Files
ziti/tests/testutil
Paul Lorenz 08aa26a051 Rename single-underlay channel constructors for channel/v5. For #3983
- channel.NewChannel(name, factory, bindHandler, opts) -> channel.NewSingleChannel(...)
- channel.NewChannelWithUnderlay(...) -> channel.NewSingleChannelWithUnderlay(...)

channel/v5 repurposes NewChannel for the unified multi-underlay constructor, so the
single-underlay call sites move to the renamed helpers. Mechanical rename only; like the
preceding import commit it does not build on its own.
2026-06-18 12:51:02 -04:00
..