Documentation ¶
Overview ¶
Package uploading contains structure and methods for uploading files towards LocalEGA instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uploader ¶
type Uploader interface { Upload(path string, resume bool) error // contains filtered or unexported methods }
Uploader interface provides methods for uploading files towards LocalEGA instance.
func NewUploader ¶
func NewUploader(client *requests.Client, fileManager *files.FileManager, resumablesManager *resuming.ResumablesManager) (Uploader, error)
NewUploader method constructs Uploader structure.
Click to show internal directories.
Click to hide internal directories.