Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ReadFloat64Bytes (0.34 sec)

  1. cmd/bucket-replication-metrics_gen.go

    		case "cr":
    			z.Curr, bts, err = msgp.ReadFloat64Bytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Curr")
    				return
    			}
    		case "av":
    			z.Avg, bts, err = msgp.ReadFloat64Bytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Avg")
    				return
    			}
    		case "p":
    			z.Peak, bts, err = msgp.ReadFloat64Bytes(bts)
    			if err != nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  2. internal/bucket/bandwidth/monitor_gen.go

    			if err != nil {
    				err = msgp.WrapError(err, "LimitInBytesPerSecond")
    				return
    			}
    		case "CurrentBandwidthInBytesPerSecond":
    			z.CurrentBandwidthInBytesPerSecond, bts, err = msgp.ReadFloat64Bytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "CurrentBandwidthInBytesPerSecond")
    				return
    			}
    		default:
    			bts, err = msgp.Skip(bts)
    			if err != nil {
    				err = msgp.WrapError(err)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. cmd/metrics-v2_gen.go

    				if err != nil {
    					err = msgp.WrapError(err, "StaticLabels", za0001)
    					return
    				}
    				z.StaticLabels[za0001] = za0002
    			}
    		case "Value":
    			z.Value, bts, err = msgp.ReadFloat64Bytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Value")
    				return
    			}
    		case "VariableLabels":
    			var zb0003 uint32
    			zb0003, bts, err = msgp.ReadMapHeaderBytes(bts)
    			if err != nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  4. cmd/erasure-server-pool-rebalance_gen.go

    				return
    			}
    		case "id":
    			z.ID, bts, err = msgp.ReadStringBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "ID")
    				return
    			}
    		case "pf":
    			z.PercentFreeGoal, bts, err = msgp.ReadFloat64Bytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "PercentFreeGoal")
    				return
    			}
    		case "rss":
    			var zb0002 uint32
    			zb0002, bts, err = msgp.ReadArrayHeaderBytes(bts)
    			if err != nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  5. cmd/bucket-stats_gen.go

    			if err != nil {
    				err = msgp.WrapError(err, "BandWidthLimitInBytesPerSecond")
    				return
    			}
    		case "CurrentBandwidthInBytesPerSecond":
    			z.CurrentBandwidthInBytesPerSecond, bts, err = msgp.ReadFloat64Bytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "CurrentBandwidthInBytesPerSecond")
    				return
    			}
    		case "lt":
    			if msgp.IsNil(bts) {
    				bts, err = msgp.ReadNilBytes(bts)
    				if err != nil {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top