github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/integration/protocols/netpipe/protocol.go (about)

     1  package netpipe
     2  
     3  import (
     4  	"github.com/mutagen-io/mutagen/pkg/url"
     5  )
     6  
     7  const (
     8  	// Protocol_Netpipe is a fake protocol used to perform integration tests
     9  	// over an in-memory setup of the remote client/server architecture.
    10  	Protocol_Netpipe url.Protocol = -1
    11  )