Versions in this module Expand all Collapse all v1 v1.16.6 Feb 11, 2020 Changes in this version + func BackupsConfiguration(app, addon string, params scalingo.PeriodicBackupsConfigParams) (scalingo.Database, error) + func CreateBackup(app, addon string) error + func DownloadBackup(app, addon, backupID string, opts DownloadBackupOpts) error + func InfluxDBConsole(opts InfluxDBConsoleOpts) error + func ListBackups(app, addon string) error + func Logs(app, addon string, opts LogsOpts) error + func Show(app, addon string) (scalingo.Database, error) + type DownloadBackupOpts struct + Output string + Silent bool + type InfluxDBConsoleOpts struct + App string + Size string + type LogsOpts struct + Count int + Follow bool + type MongoConsoleOpts struct + App string + Size string + type MySQLConsoleOpts struct + App string + Size string + type PgSQLConsoleOpts struct + App string + Size string + type RedisConsoleOpts struct + App string + Size string + type TunnelOpts struct + App string + Bind string + DBEnvVar string + Identity string + Port int + Reconnect bool v1.1.0 Sep 17, 2015 Changes in this version + func MongoConsole(app string) error + func MySQLConsole(app string) error + func PgSQLConsole(app string) error + func RedisConsole(app string) error + func Tunnel(app string, dbEnvVar string, identity string, port int) error v1.0.0-rc1 Apr 15, 2015