mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-17 01:00:09 -05:00
11 lines
241 B
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
|
|
}
|