MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Status

TypeAlias Status

ent/task/task.go:91–91  ·  view source on GitHub ↗

Status defines the type for the "status" enum field.

Source from the content-addressed store, hash-verified

89
90// Status defines the type for the "status" enum field.
91type Status string
92
93// StatusQueued is the default value of the Status enum.
94const DefaultStatus = StatusQueued

Callers 2

assignValuesMethod · 0.92
transitStatusMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected