package event type Type int const ( EnterRoom Type = iota LeaveRoom Type = iota )