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

6 lines
57 B
Go

package constants
const (
DataCollectionKey = "_col"
)