Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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()
}
Expand Down

0 comments on commit 9afa17a

Please sign in to comment.