//
pkg.gl
Category
github.com/Cleanshelf/sentry-go
internal
ratelimit
package
0.16.0
Repository:
https://github.com/cleanshelf/sentry-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
161 SLOC
#
Functions
FromResponse
FromResponse returns a rate limit map from an HTTP response.
#
Constants
CategoryAll
Known rate limit categories.
CategoryError
Known rate limit categories.
CategoryTransaction
Known rate limit categories.
#
Type aliases
Category
Category classifies supported payload types that can be ingested by Sentry and, therefore, rate limited.
Deadline
A Deadline is a time instant when a rate limit expires.
Map
Map maps categories to rate limit deadlines.