Versions in this module Expand all Collapse all v1 v1.0.2 Jan 23, 2025 v1.0.1 Jan 10, 2025 Changes in this version + type PipeProxy struct + func NewPipeProxy(log *zap.Logger, writer io.Writer) *PipeProxy + func (p *PipeProxy) Proxy(r io.Reader) + type SockDataListener struct + func NewSockDataListener(sockPath string, rPool *breader.Pool, writer io.Writer, errorChan chan error) *SockDataListener + func (l *SockDataListener) Start() error + func (l *SockDataListener) Stop() v1.0.0 Jul 31, 2023 Changes in this version + type DataListener struct + func NewDataListener(socketPath string, rPool *breader.Pool, writer io.Writer, errorChan chan error) *DataListener + func (l *DataListener) Start() error + func (l *DataListener) Stop()