Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { ID int `json:"id"` Name string `json:"name"` Content string `json:"content"` ContentType string `json:"contentType"` }
The `File` type, represents the response of uploading a file.
type UploadFile ¶
The `UploadFile` type, represents the request for uploading a file with certain payload.
Click to show internal directories.
Click to hide internal directories.