mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
结果集自动生成
This commit is contained in:
8
backend/utils/spider.go
Normal file
8
backend/utils/spider.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package utils
|
||||
|
||||
func GetSpiderCol(col string, name string) string {
|
||||
if col == "" {
|
||||
return "results_" + name
|
||||
}
|
||||
return col
|
||||
}
|
||||
Reference in New Issue
Block a user