package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Functions

NewIOStreams returns an IOStreams with the OS defaults pipes.
NewTestingIOStreams returns a IOStream and the raw bytes buffers so we can interact with them.
StringToSlice takes a string retrieve from a flag and return a slices splitted on comma and every element has been trim of space.

# Structs

IOStreams encapsulate the interaction with the OS pipes: STDIN, STDOUT and STDERR.