github.com/0chain/gosdk@v1.17.11/dev/blobber/model/commit_result.go (about) 1 package model 2 3 type CommitResult struct { 4 AllocationRoot string `json:"allocation_root"` 5 WriteMarker *WriteMarker `json:"write_marker"` 6 Success bool `json:"success"` 7 ErrorMessage string `json:"error_msg,omitempty"` 8 // Changes []*allocation.AllocationChange `json:"-"` 9 //Result []*UploadResult `json:"result"` 10 }