package
0.0.0-20240416161049-a532a675ca5c
Repository: https://github.com/goatcms/goatcore.git
Documentation: pkg.go.dev

# Functions

NewLoop create new loop instance.
WalkFS walks the file tree rooted at root, calling walkFn for each file or directory in the tree, including root.

# Constants

ChanSize is default channel size.
StepClose is close step id.

# Structs

Chans contains channels and mutex for loop.
Consumer is object represent single loop consumer task.
Loop is a loop on a filespace.
LoopData is loop data container.
Producer produce data for loop.

# Type aliases

WalkFunc is Walk callback.