add scraping the torrent topics rss files
This commit is contained in:
14
types/constants.go
Normal file
14
types/constants.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package types
|
||||
|
||||
const (
|
||||
RuTracker string = "rutracker"
|
||||
)
|
||||
|
||||
const (
|
||||
RoleConsole string = "console"
|
||||
)
|
||||
|
||||
const (
|
||||
DateTimeFormat string = "2006-01-02 15:04:05"
|
||||
ExternalSourcesTable string = "external_sources"
|
||||
)
|
||||
Reference in New Issue
Block a user