Files
steampipe/pkg/db/platform/platform_paths.go

11 lines
241 B
Go

package platform
// PlatformPaths data struct for different platforms
type PlatformPaths struct {
TarFileName string
InitDbExecutable string
PostgresExecutable string
PgDumpExecutable string
PgRestoreExecutable string
}