# Functions
FromNativeTime converts native time to a go time.
ToNativeTime converts a go time to a native time.
# Structs
AccountsGet is the result of /accounts/{id}.
AccountsGetID is the result of /accounts/getid.
Contents is returned from the /contents call.
CopyRequest is the input to /contents/copy.
CopyResponse is returned by POST /contents/copy.
CreateFolderRequest is the input to /contents/createFolder.
CreateFolderResponse is the output from /contents/createFolder.
DeleteRequest is the input to DELETE /contents.
DeleteResponse is the input to DELETE /contents.
DirectLink describes a direct link to a file so it can be downloaded by third parties.
DirectLinksRequest specifies the parameters for the direct link.
DirectLinksResult is returned from POST /contents/{id}/directlinks.
Error is returned from gofile when things go wrong.
Item describes a folder or a file as returned by /contents.
Metadata is returned when paging is in use.
MoveRequest is the input to /contents/move.
MoveResponse is returned by POST /contents/move.
Server is an upload server.
ServersResponse is the output from /servers.
Stats of storage and traffic.
UpdateItemRequest describes the updates to be done to an item for PUT /contents/{id}/update
The Value of the attribute to define : For Attribute "name" : The name of the content (file or folder) For Attribute "description" : The description displayed on the download page (folder only) For Attribute "tags" : A comma-separated list of tags (folder only) For Attribute "public" : either true or false (folder only) For Attribute "expiry" : A unix timestamp of the expiration date (folder only) For Attribute "password" : The password to set (folder only).
UpdateItemResponse is returned by PUT /contents/{id}/update.
UploadResponse is returned by POST /contents/uploadfile.
UploadServerStatus is returned when fetching the root of an upload server.
# Type aliases
Time represents date and time information for the gofile API, by using RFC3339.