all
This commit is contained in:
15
Downloads/Voltaserve/conversion/core/constants.go
Normal file
15
Downloads/Voltaserve/conversion/core/constants.go
Normal file
@ -0,0 +1,15 @@
|
||||
package core
|
||||
|
||||
const (
|
||||
PipelinePDF = "pdf"
|
||||
PipelineOffice = "office"
|
||||
PipelineImage = "image"
|
||||
PipelineVideo = "video"
|
||||
)
|
||||
|
||||
const (
|
||||
SnapshotStatusNew = "new"
|
||||
SnapshotStatusProcessing = "processing"
|
||||
SnapshotStatusReady = "ready"
|
||||
SnapshotStatusError = "error"
|
||||
)
|
Reference in New Issue
Block a user