Categorygithub.com/bt/slidingwindow
modulepackage
1.0.1
Repository: https://github.com/bt/slidingwindow.git
Documentation: pkg.go.dev

# README

slidingwindow

This Go package is used to provide counters based on a sliding time window.

The code was hugely inspired from the average package.

Installation

$ go get github.com/bt/slidingwindow

# Functions

No description provided by the author
No description provided by the author

# Structs

Window defines a sliding window for use to count averages over time.