package
1.7.0-rc.0
Repository: https://github.com/turbot/steampipe.git
Documentation: pkg.go.dev

# Functions

BuildRequestPayload :: merges the provided payload with the standard payload that needs to be sent.
No description provided by the author
No description provided by the author
functions specifically used for Debugging purposes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsWSL :: detects whether app is running in WSL environment refer to: https://github.com/Microsoft/WSL/issues/423#issuecomment-679190758.
No description provided by the author
No description provided by the author
Pluralize :: pluralizes a word (if applicable) based on provided count.
SendRequest ::.
No description provided by the author
ShowErrorWithMessage displays the given error nicely with the given message.
No description provided by the author
No description provided by the author
ToStringPointer :: convert a string into its pointer.
TransformErrorToSteampipe removes the pq: and rpc error prefixes along with all the unnecessary information that comes from the drivers and libraries.

# Variables

No description provided by the author

# Structs

No description provided by the author
InteractiveExitStatus :: exist status from the interative prompt We exit go-prompt after every query (in order to manage the prompt history to only include complete queries) We therefore need to distinguish between: a user requested exit (ctrl+D or .exit) - indicated by a non-nil exit code and restart=false and a value , go-prompt being terminated after a query completion and requiring restarting - indicated by restart=true.
No description provided by the author

# Type aliases

ExitCode :: alias for exitcode.