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)
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"![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |