Documentation ¶
Index ¶
- Constants
- type BackupCompressLz4
- func (m *BackupCompressLz4) Close() error
- func (m *BackupCompressLz4) GetConfig() interface{}
- func (m *BackupCompressLz4) GetGroup() core.ModuleGroup
- func (m *BackupCompressLz4) GetName() string
- func (m *BackupCompressLz4) GetType() core.ModuleType
- func (m *BackupCompressLz4) InitModule(_cfg interface{}) error
- func (m *BackupCompressLz4) InitPipe(w io.Writer, r io.Reader) error
- func (m *BackupCompressLz4) Run(ctx context.Context) error
- type Config
Constants ¶
View Source
const GROUP_NAME = "backup"
View Source
const MODULE_NAME = "lz4"
View Source
const TYPE_NAME = "compress"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupCompressLz4 ¶
BackupCompressLz4 represents ...
func (*BackupCompressLz4) GetConfig ¶
func (m *BackupCompressLz4) GetConfig() interface{}
func (*BackupCompressLz4) GetGroup ¶
func (m *BackupCompressLz4) GetGroup() core.ModuleGroup
func (*BackupCompressLz4) GetName ¶
func (m *BackupCompressLz4) GetName() string
func (*BackupCompressLz4) GetType ¶
func (m *BackupCompressLz4) GetType() core.ModuleType
func (*BackupCompressLz4) InitModule ¶
func (m *BackupCompressLz4) InitModule(_cfg interface{}) error
Click to show internal directories.
Click to hide internal directories.