package states

Import Path
	github.com/pancsta/asyncmachine-go/examples/path_watcher/states (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files ss_watcher.go
Package-Level Type Names (only one)
/* sort by: | */
S is a type alias for a list of state names.
Package-Level Variables (total 4)
Names is an ordered list of all the state names for files.
NamesDir is an ordered list of all the state names for directories.
States map defines relations and properties of states (for files).
StatesDir map defines relations and properties of states (for directories).
Package-Level Constants (total 8)
const AllRefreshed = "AllRefreshed"
const ChangeEvent = "ChangeEvent"
const DirCached = "DirCached"
const DirDebounced = "DirDebounced"
const Init = "Init"
const Refreshed = "Refreshed"
const Refreshing = "Refreshing"
const Watching = "Watching"