Don't filter URLs
This commit is contained in:
parent
c8ddde9c12
commit
b70b139c42
3 changed files with 1 additions and 104 deletions
12
models.go
12
models.go
|
|
@ -178,15 +178,3 @@ type ParseResult struct {
|
|||
func (d *TemplateData) GetDatabaseSizeAndFeedCount() {
|
||||
d.DatabaseSize = GetDBSize()
|
||||
}
|
||||
|
||||
type BadURLs struct {
|
||||
gorm.Model
|
||||
URL string `json:"url"`
|
||||
Active bool `json:"active"`
|
||||
}
|
||||
|
||||
type BadURLsMeta struct {
|
||||
gorm.Model
|
||||
URL string `json:"url"`
|
||||
LastScraped time.Time `json:"lastScraped"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue