Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options interface {
// SetLimitEnabled determines whether rate limiting is enabled
SetLimitEnabled(value bool) Options
// LimitEnabled returns whether rate limiting is enabled
LimitEnabled() bool
// SetLimitMbps sets the limit
SetLimitMbps(value float64) Options
// LimitMbps returns the limit
LimitMbps() float64
// SetLimitCheckEvery sets the limit check frequency
SetLimitCheckEvery(value int) Options
// LimitCheckEvery returns the limit check frequency
LimitCheckEvery() int
}
Options provides options for rate limiting
Click to show internal directories.
Click to hide internal directories.