mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
13 lines
242 B
Go
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
|
|
)
|