module documentation
A tiny channel implementation that routes all calls to a single service/method combination.
The Constant channel wraps an existing ClientChannelInterface
and forces all method-based lookups to resolve to a previously-declared
method name. This is used by generated helpers that build a small client
targeting a single service-method namespace (for example operation-management
helpers) while reusing the underlying channel implementation for network and
auth behaviors.