Gorm silent, except in debug mode
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package provider
|
||||
|
||||
type Provider interface {
|
||||
CleanUrlToSub(url string) string
|
||||
GetImageList(html string) (imageUrls []string, err error)
|
||||
GetHtml(url string) (html string, err error)
|
||||
GetNext(html string) (url string, err error)
|
||||
|
||||
Reference in New Issue
Block a user