removed unused options struct

This commit is contained in:
Gani Georgiev
2023-12-06 20:43:30 +02:00
parent f7df737c45
commit 16da7d9e1a
2 changed files with 0 additions and 9 deletions
-5
View File
@@ -80,11 +80,6 @@ func NewFileFromMultipart(mh *multipart.FileHeader) (*File, error) {
return f, nil
}
type UrlOptions struct {
Context context.Context
Url string
}
// NewFileFromUrl creates a new File from the provided url by
// downloading the resource and load it as BytesReader.
//