摘要:
package apiimport ( "net/http" "io/ioutil" "errors" "fmt")//创建存储空间func CreateVolume(host string, port int, vid uint64) error { url := fmt.Sprintf("http://%s:%d/%d/", host, port, vid) ... 阅读全文
posted @ 2017-09-01 09:17
张伯雨
阅读(148)
评论(0)
推荐(0)
2017年9月1日