reset

package
v0.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartTimer

func StartTimer(ctx context.Context, data *TimerData) (<-chan struct{}, error)

StartTimer starts timer in loop for doing reset quota tasks

Types

type Reseter

type Reseter interface {
	Reset(ctx context.Context, project string, since time.Time, limit float64) error
}

Reseter runs reset timer

type TimerData

type TimerData struct {
	Reseter  Reseter
	Projects map[string]float64
}

TimerData keeps clean timer info

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL