Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerAuthCredentials ¶
type ServerAuthCredentials struct {
credentials.TransportCredentials
}
func (*ServerAuthCredentials) ServerHandshake ¶
func (*ServerAuthCredentials) ServerHandshake(conn net.Conn) (net.Conn, credentials.AuthInfo, error)
type ServerAuthInfo ¶
type ServerAuthInfo struct { credentials.AuthInfo // contains filtered or unexported fields }
func (*ServerAuthInfo) AuthType ¶
func (s *ServerAuthInfo) AuthType() string
Click to show internal directories.
Click to hide internal directories.