package
0.0.0-20230130022156-6617f6580c25
Repository: https://github.com/rateldata/ratel-drive-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
Files godoc @tags files @summary Download multiple files @description Download files by the specified file paths, will be zipped @accept json @produce octet-stream @param files body DownloadParams true "the files that you want to download" @success 200 {file} binary @failure 400 {object} types.ErrorResult{error=string} @failure 500 {object} types.ErrorResult{error=string} @router /api/storage/download [post].
Files godoc @tags files @summary Download a single file @description Download a single file by the specified file path @accept json @produce octet-stream @param path path string true "the file that you want to download" @success 200 {file} binary @failure 400 {object} types.ErrorResult{error=string} @router /api/storage/download [get].
No description provided by the author
Files godoc @tags files @summary Retrieve files information @description get files by specified path @accept json @produce json @param path path string true "the path that you want to list the files" @success 200 {object} types.JSONResult{data=[]FileInfo} @failure 400 {object} types.ErrorResult{error=string} @router /api/storage/files [get].
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author