package states
Import Path
github.com/pancsta/asyncmachine-go/examples/temporal_fileprocessing/states (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
ss_fileprocessing.go
Package-Level Type Names (only one)
S is a type alias for a list of state names.
Package-Level Variables (total 5)
var GroupFileDownloaded S var GroupFileProcessed S var GroupFileUploaded S
Names is an ordered list of all the state names.
States map defines relations and properties of states.
Package-Level Constants (total 6)
const DownloadingFile = "DownloadingFile" const FileDownloaded = "FileDownloaded" const FileProcessed = "FileProcessed" const FileUploaded = "FileUploaded" const ProcessingFile = "ProcessingFile" const UploadingFile = "UploadingFile"![]() |
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. |