Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { // Path is optional if Name, Ext and MimeType are provided Path string // Name, Ext and MimeType are optional if Path is provided Name string Ext string MimeType string // contains filtered or unexported fields }
File represents the file being transferred, whether its from an actual file or stdin. File also holds the files metadata.
Click to show internal directories.
Click to hide internal directories.