kubernetes/vendor/github.com/containerd/ttrpc/handshake.go

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{}