Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for distributionAlgo (2.1 sec)

  1. cmd/format-erasure_test.go

    				},
    				Erasure: struct {
    					Version          string     `json:"version"`
    					This             string     `json:"this"`
    					Sets             [][]string `json:"sets"`
    					DistributionAlgo string     `json:"distributionAlgo"`
    				}{
    					Version: "2",
    				},
    			},
    			false,
    		},
    		// Invalid Erasure format "Unknown".
    		{
    			&formatErasureV3{
    				formatMetaV1: formatMetaV1{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 15 08:25:46 GMT 2024
    - 12.9K bytes
    - Viewed (0)
Back to top