Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CapacityFunc ¶
type CapacityFunc func() int64
func CachingCapacity ¶
func CachingCapacity( upstream CapacityFunc, duration time.Duration, ) CapacityFunc
func ConstCapacity ¶
func ConstCapacity(capacity int64) CapacityFunc
Click to show internal directories.
Click to hide internal directories.