tuned default precene fetch
This commit is contained in:
@@ -17,6 +17,8 @@ type ShareTheBrutality interface {
|
||||
GetMail(email string) ([]model.ExternalSources, *mail.EmailService)
|
||||
}
|
||||
|
||||
type MetalArchiveInterface interface{}
|
||||
type MetalArchiveInterface interface {
|
||||
GetSearchResults(searchResults []model.ExternalSources) ([]model.ExternalSources, error)
|
||||
}
|
||||
|
||||
type Info interface{}
|
||||
|
||||
Reference in New Issue
Block a user