|
il y a 3 ans | |
---|---|---|
.. | ||
file.go | il y a 6 ans | |
fileaccess.go | il y a 3 ans | |
flags.go | il y a 4 ans | |
main.go | il y a 6 ans | |
readme.markdown | il y a 6 ans |
/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
}