Files
crawlab/core/task/log/constants.go
2024-06-14 15:42:50 +08:00

13 lines
242 B
Go

package log
const (
MetadataName = "metadata.json"
)
const (
DriverTypeFile = "file" // raw file
DriverTypeFs = "fs" // file system (SeaweedFS)
DriverTypeMongo = "mongo" // mongodb
DriverTypeEs = "es" // elastic search
)