preset scraper added
This commit is contained in:
18
types/constant/constants.go
Normal file
18
types/constant/constants.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
ScopeRuTracker string = "rutracker"
|
||||
ScopePrescene string = "prescene"
|
||||
ScopeWeb string = "web"
|
||||
ScopeInfo string = "info"
|
||||
)
|
||||
|
||||
const (
|
||||
RoleConsole string = "console"
|
||||
RoleWeb string = "web"
|
||||
)
|
||||
|
||||
const (
|
||||
TagIgnore string = "ignore"
|
||||
ExternalSourcesTable string = "external_sources"
|
||||
)
|
||||
Reference in New Issue
Block a user