package
1.24.0
Repository: https://github.com/elastic/cloud-sdk-go.git
Documentation: pkg.go.dev

# Functions

NewFileOrReader tries to open a file if a non empty filename is passed as a parameter, otherwise a reader passed as the first argument is to be read and copied in a buffer that is returned.
NewScanner instantiates a new Scanner from an io.Reader and output.Device.

# Structs

Scanner masks an io.Reader and an output.Device so that the output.Device can be paused before the Scanners input can be parsed.