1
0
Fork 0
forked from External/ergo

get rid of unnecessary concurrency for channels and clients

This commit is contained in:
Jeremy Latt 2014-02-16 22:20:42 -08:00
parent 54ca916c85
commit 4e56ea1bdc
6 changed files with 172 additions and 334 deletions

View file

@ -192,15 +192,6 @@ type RegServerCommand interface {
HandleRegServer(*Server)
}
type ChannelCommand interface {
Command
HandleChannel(channel *Channel)
}
type ClientCommand interface {
HandleClient(client *Client)
}
//
// structs
//