We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd2231 commit fb65458Copy full SHA for fb65458
resolver/resolver.go
@@ -325,6 +325,7 @@ type Resolver interface {
325
// By default, the authority used is target.Endpoint().
326
type AuthorityOverrider interface {
327
// OverrideAuthority returns the authority to use for a ClientConn with the
328
- // given target. It must not perform I/O or any other blocking operations.
+ // given target. The implementation must generate it without blocking,
329
+ // typically in line, and must keep it unchanged.
330
OverrideAuthority(Target) string
331
}
0 commit comments