Documentation
¶
Index ¶
Constants ¶
View Source
const ( DISC string = "no encode" NOCH string = "noch nicht" REPL string = "allow replacement" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgeModule ¶
type AgeModule struct {
// contains filtered or unexported fields
}
func (*AgeModule) Init ¶
func (s *AgeModule) Init(mcfg config.ModuleConfig)
type AudioModule ¶
type AudioModule struct {
// contains filtered or unexported fields
}
func (*AudioModule) Init ¶
func (s *AudioModule) Init(mcfg config.ModuleConfig)
func (*AudioModule) Name ¶
func (s *AudioModule) Name() string
func (*AudioModule) Priority ¶
func (s *AudioModule) Priority() int
type DuplicateLengthCheckModule ¶
type DuplicateLengthCheckModule struct {
// contains filtered or unexported fields
}
func (*DuplicateLengthCheckModule) Init ¶
func (s *DuplicateLengthCheckModule) Init(mcfg config.ModuleConfig)
func (*DuplicateLengthCheckModule) Name ¶
func (s *DuplicateLengthCheckModule) Name() string
func (*DuplicateLengthCheckModule) Priority ¶
func (s *DuplicateLengthCheckModule) Priority() int
type ErrorReplaceModule ¶
type ErrorReplaceModule struct {
// contains filtered or unexported fields
}
func (*ErrorReplaceModule) Init ¶
func (s *ErrorReplaceModule) Init(mcfg config.ModuleConfig)
func (*ErrorReplaceModule) Name ¶
func (s *ErrorReplaceModule) Name() string
func (*ErrorReplaceModule) Priority ¶
func (s *ErrorReplaceModule) Priority() int
type ErrorSkipModule ¶
type ErrorSkipModule struct {
// contains filtered or unexported fields
}
func (*ErrorSkipModule) Init ¶
func (s *ErrorSkipModule) Init(mcfg config.ModuleConfig)
func (*ErrorSkipModule) Name ¶
func (s *ErrorSkipModule) Name() string
func (*ErrorSkipModule) Priority ¶
func (s *ErrorSkipModule) Priority() int
type LegacyModule ¶
type LegacyModule struct {
// contains filtered or unexported fields
}
func (*LegacyModule) Init ¶
func (s *LegacyModule) Init(mcfg config.ModuleConfig)
func (*LegacyModule) Name ¶
func (s *LegacyModule) Name() string
func (*LegacyModule) Priority ¶
func (s *LegacyModule) Priority() int
type LengthModule ¶
type LengthModule struct {
// contains filtered or unexported fields
}
func (*LengthModule) Init ¶
func (s *LengthModule) Init(mcfg config.ModuleConfig)
func (*LengthModule) Name ¶
func (s *LengthModule) Name() string
func (*LengthModule) Priority ¶
func (s *LengthModule) Priority() int
type LogMatchModule ¶
type LogMatchModule struct {
// contains filtered or unexported fields
}
func (*LogMatchModule) Init ¶
func (s *LogMatchModule) Init(mcfg config.ModuleConfig)
func (*LogMatchModule) Name ¶
func (s *LogMatchModule) Name() string
func (*LogMatchModule) Priority ¶
func (s *LogMatchModule) Priority() int
type MaxSizeModule ¶
type MaxSizeModule struct {
// contains filtered or unexported fields
}
func (*MaxSizeModule) Init ¶
func (s *MaxSizeModule) Init(mcfg config.ModuleConfig)
func (*MaxSizeModule) Name ¶
func (s *MaxSizeModule) Name() string
func (*MaxSizeModule) Priority ¶
func (s *MaxSizeModule) Priority() int
type Module ¶
type Module interface {
// Run executes a module
//
// file[0] must be the new file, file[1] must be the old file
Run(...media.File) (string, string, string)
Priority() int
Name() string
Init(config.ModuleConfig)
}
func InitDupeModules ¶
func InitDupeModules() []Module
Initializes all modules for duplicate checking
func InitStandaloneModules ¶
func InitStandaloneModules() []Module
Initialize all modules for single file checking
type ResolutionModule ¶
type ResolutionModule struct {
// contains filtered or unexported fields
}
func (*ResolutionModule) Init ¶
func (s *ResolutionModule) Init(mcfg config.ModuleConfig)
func (*ResolutionModule) Name ¶
func (s *ResolutionModule) Name() string
func (*ResolutionModule) Priority ¶
func (s *ResolutionModule) Priority() int
type SizeApproxModule ¶
type SizeApproxModule struct {
// contains filtered or unexported fields
}
func (*SizeApproxModule) Init ¶
func (s *SizeApproxModule) Init(mcfg config.ModuleConfig)
func (*SizeApproxModule) Name ¶
func (s *SizeApproxModule) Name() string
func (*SizeApproxModule) Priority ¶
func (s *SizeApproxModule) Priority() int
Click to show internal directories.
Click to hide internal directories.