mirror of https://github.com/minio/minio.git
				
				
				
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			796 B
		
	
	
	
		
			Go
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			796 B
		
	
	
	
		
			Go
		
	
	
	
// Code generated by "stringer -type=batchJobMetric -trimprefix=batchJobMetric batch-handlers.go"; DO NOT EDIT.
 | 
						|
 | 
						|
package cmd
 | 
						|
 | 
						|
import "strconv"
 | 
						|
 | 
						|
func _() {
 | 
						|
	// An "invalid array index" compiler error signifies that the constant values have changed.
 | 
						|
	// Re-run the stringer command to generate them again.
 | 
						|
	var x [1]struct{}
 | 
						|
	_ = x[batchReplicationMetricObject-0]
 | 
						|
	_ = x[batchKeyRotationMetricObject-1]
 | 
						|
}
 | 
						|
 | 
						|
const _batchJobMetric_name = "batchReplicationMetricObjectbatchKeyRotationMetricObject"
 | 
						|
 | 
						|
var _batchJobMetric_index = [...]uint8{0, 28, 56}
 | 
						|
 | 
						|
func (i batchJobMetric) String() string {
 | 
						|
	if i >= batchJobMetric(len(_batchJobMetric_index)-1) {
 | 
						|
		return "batchJobMetric(" + strconv.FormatInt(int64(i), 10) + ")"
 | 
						|
	}
 | 
						|
	return _batchJobMetric_name[_batchJobMetric_index[i]:_batchJobMetric_index[i+1]]
 | 
						|
}
 |