Documentation ¶ Index ¶ func NetPipe() (net.Conn, net.Conn, error) func TCPPipe() (net.Conn, net.Conn, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NetPipe ¶ func NetPipe() (net.Conn, net.Conn, error) NetPipe wraps net.Pipe in a signature returning an error func TCPPipe ¶ func TCPPipe() (net.Conn, net.Conn, error) TCPPipe creates an in process full duplex pipe based on a localhost TCP socket Types ¶ This section is empty. Source Files ¶ View all Source files pipes.go Click to show internal directories. Click to hide internal directories.