Documentation
¶
Overview ¶
Package netpipe provides the Mutagen netpipe protocol implementation, which is an in-memory protocol that uses Mutagen's remote endpoint infrastructure over a net.Pipe. It is only used in integration tests.
Index ¶
Constants ¶
View Source
const ( // Protocol_Netpipe is a fake protocol used to perform integration tests // over an in-memory setup of the remote client/server architecture. Protocol_Netpipe url.Protocol = -1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.