mirror of https://github.com/grpc/grpc-go.git
advancedtls: fix docstring for VerificationResults (#7168)
This commit is contained in:
parent
5a24fc1808
commit
4e8f9d4a1e
|
@ -67,6 +67,9 @@ type VerificationFuncParams = HandshakeVerificationInfo
|
|||
// future to include more information.
|
||||
type PostHandshakeVerificationResults struct{}
|
||||
|
||||
// VerificationResults contains the information about results of
|
||||
// CustomVerificationFunc.
|
||||
//
|
||||
// Deprecated: use PostHandshakeVerificationResults instead.
|
||||
type VerificationResults = PostHandshakeVerificationResults
|
||||
|
||||
|
|
Loading…
Reference in New Issue