preset scraper added
This commit is contained in:
11
types/interface/interfaces.go
Normal file
11
types/interface/interfaces.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package _interface
|
||||
|
||||
import "git.amok.space/yevhen/resource-scraper/types/model"
|
||||
|
||||
type Rutracker interface {
|
||||
GetTopic(topics []string) ([]model.ExternalSources, error)
|
||||
}
|
||||
|
||||
type Prescene interface {
|
||||
GetPage(pageNumbers []string) ([]model.ExternalSources, error)
|
||||
}
|
||||
Reference in New Issue
Block a user