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

     1  package db_common
     2  
     3  import (
     4  	"github.com/turbot/steampipe/pkg/error_helpers"
     5  )
     6  
     7  type AcquireSessionResult struct {
     8  	Session *DatabaseSession
     9  	error_helpers.ErrorAndWarnings
    10  }