github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/db/db_common/query_with_args.go (about)

     1  package db_common
     2  
     3  type QueryWithArgs struct {
     4  	Query string
     5  	Args  []any
     6  }