Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 19 (0.18 sec)

  1. cmd/storage-datatypes_gen.go

    	if z.APICalls != nil {
    		for za0003, za0004 := range z.APICalls {
    			_ = za0004
    			s += msgp.StringPrefixSize + len(za0003) + msgp.Uint64Size
    		}
    	}
    	s += 13 + msgp.Uint32Size + 24 + msgp.Uint64Size + 19 + msgp.Uint64Size + 12 + msgp.Uint64Size + 13 + msgp.Uint64Size
    	return
    }
    
    // DecodeMsg implements msgp.Decodable
    func (z *FileInfo) DecodeMsg(dc *msgp.Reader) (err error) {
    	var zb0001 uint32
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 17:15:52 GMT 2024
    - 127.5K bytes
    - Viewed (0)
  2. cmd/object-handlers_test.go

    			accessKey:          credentials.AccessKey,
    			secretKey:          credentials.SecretKey,
    			expectedRespStatus: http.StatusOK,
    		},
    		// Test case - 19, copy metadata from newObject1 with non null versionId
    		19: {
    			bucketName:         bucketName,
    			newObjectName:      "newObject1",
    			copySourceHeader:   url.QueryEscape(SlashSeparator+bucketName+SlashSeparator+objectName) + "?versionId=17",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
Back to top