8 lines
97 B
Go
8 lines
97 B
Go
|
package core
|
||
|
|
||
|
type ChatChannel struct {
|
||
|
}
|
||
|
|
||
|
func (chat *ChatChannel) SendMessage(text string) {
|
||
|
}
|