Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildPagesSimple ¶
func BuildPagesSimple(conf *alpha.DarknessConfig, dirs []string) []*yunyun.Page
BuildPagesSimple will return a slice of built pages that have dirs as parents (empty dirs will return everything).
func FindFilesByExt ¶
func FindFilesByExt(conf *alpha.DarknessConfig, inputFiles chan<- yunyun.FullPathFile)
FindFilesByExt finds all files with a given extension.
func FindFilesByExtSimple ¶
func FindFilesByExtSimple(conf *alpha.DarknessConfig) []yunyun.FullPathFile
FindFilesByExtSimple is the same as `FindFilesByExt` but it simply blocks the parent goroutine until it processes all the results.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.