package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Mar 17, 2021
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.