Rename ChunkManifest.GetData to ChunkManifest.Marshal

This commit is contained in:
tnextday
2015-12-14 22:01:30 +08:00
parent 82e6d67ccc
commit f240c57f16
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ func upload_one_chunk(filename string, reader io.Reader, master,
}
func upload_chunked_file_manifest(fileUrl string, manifest *ChunkManifest, jwt security.EncodedJwt) error {
buf, e := manifest.GetData()
buf, e := manifest.Marshal()
if e != nil {
return e
}