Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultPort = 8978
View Source
const ErrSocket = 2
ErrSocket - Unable to connect to parent process with unix socket
View Source
const Error = 1
View Source
const FileReaderBufferSize = 100000
View Source
const PipeBufferSize = 100000
View Source
const Success = 0
subprocess return codes
Variables ¶
View Source
var ErrParentTerminatedConversation = errors.New("Connection terminated by parent process")
Functions ¶
func GetUniqueUnixSocketFileName ¶
func GetUniqueUnixSocketFileName() string
Types ¶
type ReadWriteJoiner ¶
type ReadWriteJoiner struct {
// contains filtered or unexported fields
}
func NewReadWriteJoiner ¶
func NewReadWriteJoiner(r io.Reader, w io.Writer) *ReadWriteJoiner
func (*ReadWriteJoiner) Close ¶
func (s *ReadWriteJoiner) Close() (e error)
Click to show internal directories.
Click to hide internal directories.