Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _batchJobMetric_name (0.27 sec)

  1. cmd/batchjobmetric_string.go

    	_ = x[batchJobMetricExpire-2]
    }
    
    const _batchJobMetric_name = "ReplicationKeyRotationExpire"
    
    var _batchJobMetric_index = [...]uint8{0, 11, 22, 28}
    
    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]]
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sat Dec 02 10:51:33 GMT 2023
    - 797 bytes
    - Viewed (0)
Back to top