8 lines
78 B
Go
Raw Normal View History

2019-04-22 02:59:20 +00:00
package model
// Monitor is
type Monitor struct {
Topic string
Count int
}