package
Version:
v0.1.0-cvefix.3
Opens a new window with list of versions in this module.
Published: Aug 18, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Details struct {
LimitInBytesPerSecond int64 `json:"limitInBits"`
CurrentBandwidthInBytesPerSecond float64 `json:"currentBandwidth"`
}
Details for the measured bandwidth
type Report struct {
BucketStats map[string]Details `json:"bucketStats,omitempty"`
}
Report captures the details for all buckets.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.