type Handshaker … type handshakerFunc … func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{ … } func noopHandshake(_ context.Context, conn net.Conn) (net.Conn, interface{ … }
type Handshaker … type handshakerFunc … func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{ … } func noopHandshake(_ context.Context, conn net.Conn) (net.Conn, interface{ … }