Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIFindFileAction ¶
APIFindFileAction 获取应用下所有文件数据 @since 0.0.3
func PutObjectFromFile ¶
PutObjectFromFile 上传文件到oss @since 0.0.3
Types ¶
type FormAPIFindFileAction ¶
type FormAPIFindFileAction struct { Path string `form:"path"` Marker string `form:"marker"` Count uint64 `form:"count"` }
http://127.0.0.1:9001/api/file_data?path=xiao&count=49 FormAPIFindFileAction Form @since 0.0.3
Click to show internal directories.
Click to hide internal directories.