Files
steampipe/db/platform/platform_paths.go
2021-01-19 16:46:22 +00:00

9 lines
182 B
Go

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