mirror of
https://github.com/openziti/ziti.git
synced 2026-09-11 21:38:58 +00:00
08aa26a051
- 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.