mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-17 01:00:09 -05:00
9 lines
182 B
Go
9 lines
182 B
Go
package platform
|
|
|
|
// PlatformPaths data struct for different platforms
|
|
type PlatformPaths struct {
|
|
TarFileName string
|
|
InitDbExecutable string
|
|
PostgresExecutable string
|
|
}
|