The new logbot, not committed from the wrong terminal window this time.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
144 B

6 years ago
  1. package models
  2. // Channel represents
  3. type Channel struct {
  4. Name string
  5. Logged bool
  6. EventName string
  7. LocationName string
  8. }