mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 09:42:29 +08:00
remove old code
This commit is contained in:
12
weed/mq/broker.go
Normal file
12
weed/mq/broker.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package mq
|
||||
|
||||
const LAST_MINUTES = 10
|
||||
|
||||
type TopicStat struct {
|
||||
MessageCounts [LAST_MINUTES]int64
|
||||
ByteCounts [LAST_MINUTES]int64
|
||||
}
|
||||
|
||||
func NewTopicStat() *TopicStat {
|
||||
return &TopicStat{}
|
||||
}
|
||||
Reference in New Issue
Block a user