monitor.go 78 B

1234567
  1. package model
  2. // Monitor is
  3. type Monitor struct {
  4. Topic string
  5. Count int
  6. }