package server type exchange struct { eventChannel string messageChannel string } func NewExchange() *exchange { return &exchange{} }