package
5.11.0
Repository: https://github.com/turbot/steampipe-plugin-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewEscapeNewlineWriter returns an object that conform to the io.Writer interface and can be used to escape newline ('\n') with the string literal ("\n") The param is the underlying io.Writer that this object will write to.
NewLogger creates a hclog logger with the level specified by the SP_LOG env var.
NewEscapeNewlineWriter returns an object that conform to the io.Writer interface and can be used to unescape newline string literal ("\n") with the newline byte ('\n') The param is the underlying io.Writer that this object will write to.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

EscapeNewlineWriter represents a io.Writer that can escape newlines.
UnescapeNewlineWriter represents a io.Writer that can unescape newlines.