fix comments
This commit is contained in:
Родитель
814627b32e
Коммит
263a0287c9
|
@ -70,8 +70,8 @@ type Credentials interface {
|
||||||
GetRequestMetadata(ctx context.Context) (map[string]string, error)
|
GetRequestMetadata(ctx context.Context) (map[string]string, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TransportAuthenticator defines the common interface all supported transport
|
// TransportAuthenticator defines the common interface for all the live gRPC wire
|
||||||
// authentication protocols (e.g., TLS, SSL) must implement.
|
// protocol and supported transport security protocols (e.g., TLS, SSL).
|
||||||
type TransportAuthenticator interface {
|
type TransportAuthenticator interface {
|
||||||
// Handshake does the authentication handshake specified by the corresponding
|
// Handshake does the authentication handshake specified by the corresponding
|
||||||
// authentication protocol on rawConn.
|
// authentication protocol on rawConn.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче