package
0.23.5
Repository: https://github.com/turbot/steampipe.git
Documentation: pkg.go.dev

# Functions

Complete returns completions for metaqueries.
Handle handles a metaquery execution from the interactive client.
IsMetaQuery returns whether the query is a metaquery.
PromptSuggestions returns a list of the metaquery suggestions for go-prompt.
Validate :: validate a full metaquery along with arguments - we can return err & validationResult.

# Structs

CompleterInput is a struct defining input data for the metaquery completer.
HandlerInput defines input data for the metaquery handler.
ValidationResult :: response for Validate.

# Type aliases

No description provided by the author