mirror of
https://github.com/oarkflow/mq.git
synced 2025-10-05 16:06:55 +08:00
update
This commit is contained in:
@@ -477,8 +477,8 @@ func (b *Broker) RecoverFromSnapshot(ctx context.Context) error {
|
||||
}
|
||||
|
||||
// GetEnhancedStats returns comprehensive statistics
|
||||
func (b *Broker) GetEnhancedStats() map[string]interface{} {
|
||||
stats := make(map[string]interface{})
|
||||
func (b *Broker) GetEnhancedStats() map[string]any {
|
||||
stats := make(map[string]any)
|
||||
|
||||
if b.enhanced == nil {
|
||||
return stats
|
||||
|
Reference in New Issue
Block a user