Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRenamers ¶
Types ¶
type AppendHandler ¶
type AppendHandler struct {
// contains filtered or unexported fields
}
func (*AppendHandler) Initialize ¶
func (AppendHandler) ShouldHandle ¶
func (a AppendHandler) ShouldHandle() bool
type RemoveHandler ¶
type RemoveHandler struct {
// contains filtered or unexported fields
}
func (*RemoveHandler) Initialize ¶
func (RemoveHandler) ShouldHandle ¶
func (r RemoveHandler) ShouldHandle() bool
type RenameHandler ¶
type RenameHandler struct {
// contains filtered or unexported fields
}
func (*RenameHandler) Initialize ¶
func (r *RenameHandler) Initialize(c *config.Config)
func (RenameHandler) ShouldHandle ¶
func (r RenameHandler) ShouldHandle() bool
Click to show internal directories.
Click to hide internal directories.