cloud.google.com/go/storage.Copier.ProgressFunc (field)

3 uses

	cloud.google.com/go/storage (current package)
		copy.go#L61: 	ProgressFunc func(copiedBytes, totalBytes uint64)
		copy.go#L99: 		if c.ProgressFunc != nil {
		copy.go#L100: 			c.ProgressFunc(uint64(res.TotalBytesRewritten), uint64(res.ObjectSize))