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