Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address comments
Browse files Browse the repository at this point in the history
arvindbr8 committed Feb 28, 2024
1 parent 08d4170 commit 9afa17a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions clientconn.go
Original file line number Diff line number Diff line change
@@ -884,21 +884,11 @@ func (cc *ClientConn) channelzMetric() *channelz.ChannelInternalMetric {
}

// Target returns the target string of the ClientConn.
//
// # Experimental
//
// Notice: This API is EXPERIMENTAL and may be changed or removed in a
// later release.
func (cc *ClientConn) Target() string {
return cc.target
}

// CanonicalTarget returns the canonical target string of the ClientConn.
//
// # Experimental
//
// Notice: This API is EXPERIMENTAL and may be changed or removed in a later
// release.
func (cc *ClientConn) CanonicalTarget() string {
return cc.parsedTarget.String()
}

0 comments on commit 9afa17a

Please sign in to comment.