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

     1  package platform
     2  
     3  // PlatformPaths data struct for different platforms
     4  type PlatformPaths struct {
     5  	TarFileName         string
     6  	InitDbExecutable    string
     7  	PostgresExecutable  string
     8  	PgDumpExecutable    string
     9  	PgRestoreExecutable string
    10  }