Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TextMobject (0.16 sec)

  1. docs/debugging/s3-verify/main.go

    			}
    
    			srcCtnt, srcOk = nextObject(srcCh)
    			tgtCtnt, tgtOk = nextObject(tgtCh)
    			continue
    		}
    
    		fmt.Printf("only in target: %s\n", tgtCtnt.Key)
    		tgtCtnt, tgtOk = nextObject(tgtCh)
    	}
    }
    
    func verifyChecksum(sclnt *minio.Client, srcSha256, tgtSha256 hash.Hash, srcCtnt, tgtCtnt minio.ObjectInfo) (allgood bool) {
    Go
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Wed Jun 22 15:12:47 GMT 2022
    - 8.4K bytes
    - Viewed (0)
Back to top