Skip to content

Commit

Permalink
cleanup2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed May 13, 2015
1 parent 8c6e829 commit 5e4f3d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions credentials/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ type TransportAuthenticator interface {
ClientHandshake(addr string, rawConn net.Conn, timeout time.Duration) (net.Conn, error)
// ServerHandshake does the authentication handshake for servers.
ServerHandshake(rawConn net.Conn) (net.Conn, error)
// NewListener creates a listener which accepts connections with requested
// authentication handshake.
//NewListener(lis net.Listener) net.Listener
// Info provides the ProtocolInfo of this TransportAuthenticator.
Info() ProtocolInfo
Credentials
Expand Down

0 comments on commit 5e4f3d1

Please sign in to comment.