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)
/* sort by: | */
S is a type alias for a list of state names.
Package-Level Variables (total 5)
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"