# Functions
No description provided by the author
PlatformString retrieves an enum value from the enum constants string name.
PlatformStrings returns a slice of all String values of the enum.
PlatformValues returns all values of the enum.
WorkerString retrieves an enum value from the enum constants string name.
WorkerStrings returns a slice of all String values of the enum.
WorkerValues returns all values of the enum.
# Variables
ToPlatformMap is a map of worker to platform.
ToTagsMap is a map of worker to tags.
# Type aliases
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=Platform --linecomment --output platform_string.go --json --yaml --sql.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=Worker --linecomment --output worker_string.go --json --yaml --sql.