|
3 years ago | |
---|---|---|
.. | ||
file.go | 6 years ago | |
fileaccess.go | 3 years ago | |
flags.go | 4 years ago | |
main.go | 6 years ago | |
readme.markdown | 6 years ago |
/upload_file
POST
{
"file":"http://file.xxx.com/upload/tmp/xxx.jpeg"
}
RPC调用
参数结构体:
type MoveFileArgs struct {
Source string
Target string
}
返回结构体
type MoveFileReply struct {
FileName string
}