utils

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateNotifyServerKey

func GenerateNotifyServerKey() string

func GenerateRoomKey

func GenerateRoomKey(clientInfo tokentype.Info) string

Types

type RateLimit

type RateLimit interface {
	IsLimited(id string) bool
}

func NewRateLimit

func NewRateLimit(limit int, storage memoryDB.IMemoryDB) RateLimit

type RateLimitRow

type RateLimitRow struct {
	Count       int
	LastRequest time.Time
}

Jump to

Keyboard shortcuts

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