upadted to 1.24.0; fixed stb and spiddped doubles in precene
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package _interface
|
||||
|
||||
import "git.amok.space/yevhen/resource-scraper/types/model"
|
||||
import (
|
||||
"git.amok.space/yevhen/resource-scraper/internal/mail"
|
||||
"git.amok.space/yevhen/resource-scraper/types/model"
|
||||
)
|
||||
|
||||
type Rutracker interface {
|
||||
GetTopic(topics []string) ([]model.ExternalSources, error)
|
||||
@@ -9,3 +12,11 @@ type Rutracker interface {
|
||||
type Prescene interface {
|
||||
GetPage(pageNumbers []string) ([]model.ExternalSources, error)
|
||||
}
|
||||
|
||||
type ShareTheBrutality interface {
|
||||
GetMail(email string) ([]model.ExternalSources, *mail.EmailService)
|
||||
}
|
||||
|
||||
type MetalArchiveInterface interface{}
|
||||
|
||||
type Info interface{}
|
||||
|
||||
Reference in New Issue
Block a user