Documentation ¶
Index ¶
- Constants
- func NewBackup(zfs domain.ZfsDriver, storage domain.StorageDriver) domain.BackupRepository
- func NewBackupStateRepo(sd domain.StorageDriver) domain.BackupStateRepo
- func NewConfig(configDriver config.ConfigDriver) config.ConfigRepo
- func NewLog(logDriver domain.LogDriver) domain.LogRepository
- func NewRender(renderDriver domain.RenderDriver, sizer Sizer) domain.RenderRepository
- func NewSnapshot(zfs domain.ZfsDriver, namer domain.SnapshotNamestrategy) domain.SnapshotRepository
- func NewVolume(zfs domain.ZfsDriver) domain.VolumeRepository
- type Sizer
Constants ¶
View Source
const BackupGroupFlag = "backup_blob::group"
View Source
const BackupTypeFlag = "backup_blob::type"
Variables ¶
This section is empty.
Functions ¶
func NewBackup ¶
func NewBackup(zfs domain.ZfsDriver, storage domain.StorageDriver) domain.BackupRepository
func NewBackupStateRepo ¶
func NewBackupStateRepo(sd domain.StorageDriver) domain.BackupStateRepo
func NewConfig ¶
func NewConfig(configDriver config.ConfigDriver) config.ConfigRepo
func NewRender ¶
func NewRender(renderDriver domain.RenderDriver, sizer Sizer) domain.RenderRepository
func NewSnapshot ¶
func NewSnapshot(zfs domain.ZfsDriver, namer domain.SnapshotNamestrategy) domain.SnapshotRepository
Types ¶
Click to show internal directories.
Click to hide internal directories.