Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backup ¶
type Backup struct { Options []string // contains filtered or unexported fields }
Backup ...
type BackupConfig ¶
type BackupConfig struct { Path string PgUser string PgPass string PgHost string PgName string PgPort string }
BackupConfig ...
func NewBackupConfig ¶
func NewBackupConfig(cfg *config.AppConfig) *BackupConfig
NewBackupConfig ...
Click to show internal directories.
Click to hide internal directories.