Browse Source

Delete broker.go

pull/5637/merge
chrislu 4 days ago
parent
commit
60c9a7496d
  1. 12
      weed/mq/broker.go

12
weed/mq/broker.go

@ -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{}
}
Loading…
Cancel
Save