Documentation ¶
Index ¶
- type File
- type Parser
- func (afp *Parser) ExcludeExts(exts ...string)
- func (afp *Parser) ExcludePaths(paths ...string)
- func (afp *Parser) ExcludeTypes(types ...string)
- func (afp *Parser) IncludeExts(exts ...string)
- func (afp *Parser) IncludePaths(paths ...string)
- func (afp *Parser) IncludeTypes(types ...string)
- func (afp *Parser) SetMaxSize(size string)
- func (afp *Parser) SetMinSize(size string)
- func (afp *Parser) Start() (chan *File, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct { FilePath string MinSize int MaxSize int // contains filtered or unexported fields }
func NewAllFiles ¶
func (*Parser) ExcludeExts ¶
func (*Parser) ExcludePaths ¶
func (*Parser) ExcludeTypes ¶
func (*Parser) IncludeExts ¶
func (*Parser) IncludePaths ¶
func (*Parser) IncludeTypes ¶
func (*Parser) SetMaxSize ¶
func (*Parser) SetMinSize ¶
Click to show internal directories.
Click to hide internal directories.