ricochet-go/core/chatchannel.go

8 lines
97 B
Go
Raw Normal View History

2016-07-01 03:18:55 +00:00
package core
type ChatChannel struct {
}
func (chat *ChatChannel) SendMessage(text string) {
}