mirror of
https://github.com/oarkflow/mq.git
synced 2025-10-05 07:57:00 +08:00
update
This commit is contained in:
@@ -16,9 +16,9 @@ type ThresholdConfig struct {
|
||||
}
|
||||
|
||||
type MetricsRegistry interface {
|
||||
Register(metricName string, value interface{})
|
||||
Register(metricName string, value any)
|
||||
Increment(metricName string)
|
||||
Get(metricName string) interface{}
|
||||
Get(metricName string) any
|
||||
}
|
||||
|
||||
type CircuitBreakerConfig struct {
|
||||
|
Reference in New Issue
Block a user