Documentation
¶
Overview ¶
gofileioupload contains tools to upload files to gofile.io.
Package gofileioupload contains tools to upload files to gofile.io.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client contains details to remember Client / folder ID.
func NewClient ¶
func NewClient() *Client
NewClient creates a new instance of Client. client gets the account token and folderID from the first file uploaded to gofile.
func (*Client) AddFolderID ¶
AddFolderID takes a FolderID and adds it to the client. all the files uploaded using client would be uploaded to this folder.
func (*Client) BestServer ¶ added in v0.1.1
BestServer returns the best server on gofile to upload file to.
Click to show internal directories.
Click to hide internal directories.