Versions in this module Expand all Collapse all v1 v1.0.0 Mar 22, 2023 Changes in this version + func Pipe(ctx context.Context, logger Logger, configs ...*Config) error + type Config struct + Args []string + AutoClose bool + Conn net.Conn + DTLS string + DTLSState string + Delay time.Duration + EOL bool + Exec string + File string + Header http.Header + Hex bool + Inputs []int + Insecure bool + Number int + Protocol string + Pub string + Remote string + Source string + Sub string + Type string + Wait time.Duration + type Logger interface + Debug func(string) + Info func(string)