Documentation
¶
Index ¶
Constants ¶
View Source
const ( //Example: X-FStorage-Hash-Control-MD5: abcdef..., XFSHashControlMD5 = "X-FStorage-Hash-Control-MD5" XFSHashControlSHA1 = "X-FStorage-Hash-Control-SHA1" XFSHashControlSHA256 = "X-FStorage-Hash-Control-SHA256" XFSHashControlSHA512 = "X-FStorage-Hash-Control-SHA512" XFSHashControlKeccak256 = "X-FStorage-Hash-Control-Keccak256" XFSHashControlKeccak512 = "X-FStorage-Hash-Control-Keccak512" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) DeleteFile ¶
func (api *API) DeleteFile() http.HandlerFunc
func (*API) DownloadFile ¶
func (api *API) DownloadFile() http.HandlerFunc
func (*API) UploadFile ¶
func (api *API) UploadFile() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.