Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for limitInBits (0.04 sec)

  1. internal/bucket/bandwidth/monitor.go

    		}
    	}
    	return func(bucket string) bool {
    		return slices.Contains(buckets, bucket)
    	}
    }
    
    // Details for the measured bandwidth
    type Details struct {
    	LimitInBytesPerSecond            int64   `json:"limitInBits"`
    	CurrentBandwidthInBytesPerSecond float64 `json:"currentBandwidth"`
    }
    
    // BucketBandwidthReport captures the details for all buckets.
    type BucketBandwidthReport struct {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top