Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for generateListPartsResponse (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/api-response.go

    		ChecksumCRC32C:    cs[hash.ChecksumCRC32C.String()],
    		ChecksumCRC64NVME: cs[hash.ChecksumCRC64NVME.String()],
    	}
    	return c
    }
    
    // generates ListPartsResponse from ListPartsInfo.
    func generateListPartsResponse(partsInfo ListPartsInfo, encodingType string) ListPartsResponse {
    	listPartsResponse := ListPartsResponse{}
    	listPartsResponse.Bucket = partsInfo.Bucket
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 24 04:05:19 GMT 2025
    - 35K bytes
    - Click Count (0)
Back to Top