package models // Channel represents type Channel struct { Name string Logged bool EventName string LocationName string }