Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
Repository implements generator.RegexpRepository
func (*Repository) Match ¶
func (r *Repository) Match(path string) bool
Match return true if path IS NOT A DOTFILE when ignoreDotFiles is true, or else, return true
func (*Repository) Prepare ¶
func (r *Repository) Prepare(e generator.OptionFlagEntity) error
Prepare set ignoreDotFiles from flag
Click to show internal directories.
Click to hide internal directories.