fix(go.sum): update ResolveSpec dependency to v1.0.87
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
package report
|
||||
|
||||
import (
|
||||
"github.com/getsentry/sentry-go/internal/ratelimit"
|
||||
)
|
||||
|
||||
// OutcomeKey uniquely identifies an outcome bucket for aggregation.
|
||||
type OutcomeKey struct {
|
||||
Reason DiscardReason
|
||||
Category ratelimit.Category
|
||||
}
|
||||
|
||||
// DiscardedEvent represents a single discard event outcome for the OutcomeKey.
|
||||
type DiscardedEvent struct {
|
||||
Reason DiscardReason `json:"reason"`
|
||||
Category ratelimit.Category `json:"category"`
|
||||
Quantity int64 `json:"quantity"`
|
||||
}
|
||||
Reference in New Issue
Block a user