Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupFilename ¶
type BackupFilename string
func BuildBackupfileName ¶
func BuildBackupfileName(name Name, targetDirectory TargetDirectory, database PostgresqlDatabase, date time.Time) BackupFilename
func (BackupFilename) Delete ¶
func (b BackupFilename) Delete() error
func (BackupFilename) Exists ¶
func (b BackupFilename) Exists() bool
func (BackupFilename) String ¶
func (b BackupFilename) String() string
type PostgresqlDatabase ¶
type PostgresqlDatabase string
func (PostgresqlDatabase) String ¶
func (p PostgresqlDatabase) String() string
type PostgresqlHost ¶
type PostgresqlHost string
func (PostgresqlHost) String ¶
func (p PostgresqlHost) String() string
type PostgresqlPassword ¶
type PostgresqlPassword string
func (PostgresqlPassword) String ¶
func (p PostgresqlPassword) String() string
type PostgresqlPort ¶
type PostgresqlPort int
func (PostgresqlPort) Int ¶
func (p PostgresqlPort) Int() int
func (PostgresqlPort) String ¶
func (p PostgresqlPort) String() string
type PostgresqlUser ¶
type PostgresqlUser string
func (PostgresqlUser) String ¶
func (p PostgresqlUser) String() string
type TargetDirectory ¶
type TargetDirectory string
func (TargetDirectory) String ¶
func (b TargetDirectory) String() string
Click to show internal directories.
Click to hide internal directories.