package core type ChatChannel struct { } func (chat *ChatChannel) SendMessage(text string) { }