Delete broker.go
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
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